[U-Boot] [PATCH v1 2/4] ARM: DTS: am335x-evm: Use USB0 in peripheral mode
Jean-Jacques Hiblot
jjhiblot at ti.com
Tue Jan 22 15:48:17 UTC 2019
This USB port is mainly used for RNDIS and DFU. To be able to use it with
DM_USB and DM_USB_GADGET, we need to provide a dr_mode value in the DTS.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
---
arch/arm/dts/am335x-evm-u-boot.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/am335x-evm-u-boot.dtsi b/arch/arm/dts/am335x-evm-u-boot.dtsi
index 0341600342..b6b97ed16d 100644
--- a/arch/arm/dts/am335x-evm-u-boot.dtsi
+++ b/arch/arm/dts/am335x-evm-u-boot.dtsi
@@ -7,3 +7,7 @@
&mmc3 {
status = "disabled";
};
+
+&usb0 {
+ dr_mode = "peripheral";
+};
--
2.17.1
More information about the U-Boot
mailing list