[PATCH v2 5/7] ARM: mx53-qsrb: enable USB OTG in host mode
Eric Bénard
eric at eukrea.com
Fri Mar 7 05:40:01 EST 2014
tested on i.MX53 START-R :
barebox at Freescale i.MX53 Quick Start-R Board:/ usb -f
USB: scanning bus for devices...
Using index 0 for the new disk
Bus 001 Device 002: ID 0951:1654 DT R500
Bus 001 Device 001: ID 0000:0000 EHCI Host Controller
Bus 002 Device 003: ID 0000:0000 EHCI Host Controller
3 USB Device(s) found
Signed-off-by: Eric Bénard <eric at eukrea.com>
---
v2 : Remove the dr_mode = "host" line
arch/arm/dts/imx53-qsb-common.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/dts/imx53-qsb-common.dtsi b/arch/arm/dts/imx53-qsb-common.dtsi
index 4ae1f49..3a9d55e 100644
--- a/arch/arm/dts/imx53-qsb-common.dtsi
+++ b/arch/arm/dts/imx53-qsb-common.dtsi
@@ -223,6 +223,7 @@
};
&usbotg {
- status = "okay";
+ phy_type = "utmi";
+ status = "okay";
};
--
1.8.3.1
More information about the barebox
mailing list