diff options
| author | Chukun Pan <amadeus@jmu.edu.cn> | 2025-11-20 20:00:10 +0800 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2025-11-21 22:39:06 +0100 |
| commit | d43935da2bfada9e83f5f7e46f7d72e5d4665bd6 (patch) | |
| tree | d0f22964a84db0284b98b76667fff19290b56305 | |
| parent | 80ec14d1d2173cc3f225102a7db09a457541fe04 (diff) | |
arm64: dts: rockchip: enable USB for 100ASK DshanPi A1
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>
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts b/arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts index 9ef41f0c6920..d23c87fe6a9d 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts +++ b/arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts @@ -800,6 +800,19 @@ status = "okay"; }; +&usbdp_phy { + status = "okay"; +}; + +&usb_drd0_dwc3 { + status = "okay"; +}; + +&usb_drd1_dwc3 { + dr_mode = "host"; + status = "okay"; +}; + &vop { status = "okay"; }; |
