]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: enable USB for 100ASK DshanPi A1
authorChukun Pan <amadeus@jmu.edu.cn>
Thu, 20 Nov 2025 12:00:10 +0000 (20:00 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 21 Nov 2025 21:39:06 +0000 (22:39 +0100)
Enable USB support for the 100ASK DshanPi A1 board.
Note that the HUSB311 Type-C chip is not supported.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Link: https://patch.msgid.link/20251120120011.279104-5-amadeus@jmu.edu.cn
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts

index 9ef41f0c6920f1cb3107ac5a906714dd3eba0826..d23c87fe6a9d814e3bf9b850801069e6569b69f7 100644 (file)
        status = "okay";
 };
 
+&usbdp_phy {
+       status = "okay";
+};
+
+&usb_drd0_dwc3 {
+       status = "okay";
+};
+
+&usb_drd1_dwc3 {
+       dr_mode = "host";
+       status = "okay";
+};
+
 &vop {
        status = "okay";
 };