[PATCH 5/7] ARM: mx53-qsrb: enable USB OTG in host mode
Eric Bénard
eric at eukrea.com
Sat Feb 8 09:16:10 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>
---
arch/arm/dts/imx53-qsb-common.dtsi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/dts/imx53-qsb-common.dtsi b/arch/arm/dts/imx53-qsb-common.dtsi
index 4ae1f49..012d74c 100644
--- a/arch/arm/dts/imx53-qsb-common.dtsi
+++ b/arch/arm/dts/imx53-qsb-common.dtsi
@@ -223,6 +223,8 @@
};
&usbotg {
- status = "okay";
+ phy_type = "utmi";
+ dr_mode = "host";
+ status = "okay";
};
--
1.8.3.1
More information about the barebox
mailing list