diff options
author | Caleb Connolly <caleb.connolly@linaro.org> | 2024-08-21 15:41:48 +0200 |
---|---|---|
committer | Caleb Connolly <caleb.connolly@linaro.org> | 2024-09-06 10:47:47 +0200 |
commit | 39e0e9fd191d0f964f91c0e66f236a6825c3642c (patch) | |
tree | 49795c48c05bbad587526acd4386174cbf74c360 | |
parent | 259dba80dc8f53ea344ed2b3d4e9f5f06edf6422 (diff) | |
download | u-boot-39e0e9fd191d0f964f91c0e66f236a6825c3642c.tar.gz |
dts: qcs6490-rb3gen2-u-boot: USB host mode
Adjust DTS so USB runs in host mode. The type-c port is the only
supported port (since the others need PCIe). Booting from USB is
possible with a powered type-c dock.
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
-rw-r--r-- | arch/arm/dts/qcs6490-rb3gen2-u-boot.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/qcs6490-rb3gen2-u-boot.dtsi b/arch/arm/dts/qcs6490-rb3gen2-u-boot.dtsi index c3ec4a317f7..fbe72595f5a 100644 --- a/arch/arm/dts/qcs6490-rb3gen2-u-boot.dtsi +++ b/arch/arm/dts/qcs6490-rb3gen2-u-boot.dtsi @@ -17,6 +17,11 @@ }; }; +&usb_1_dwc3 { + dr_mode = "host"; + /delete-property/ usb-role-switch; +}; + // RAM Entry 0 : Base 0x0080000000 Size 0x003A800000 // RAM Entry 1 : Base 0x00C0000000 Size 0x0001800000 // RAM Entry 2 : Base 0x00C3400000 Size 0x003CC00000 |