[PATCH 05/14] ARM: tqma53: Add phy_type property to usb ports
Sascha Hauer
s.hauer at pengutronix.de
Wed May 7 01:04:35 PDT 2014
The barebox chipidea driver needs this.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/arm/dts/imx53-mba53.dts | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/dts/imx53-mba53.dts b/arch/arm/dts/imx53-mba53.dts
index 9ba5dae..c908c61 100644
--- a/arch/arm/dts/imx53-mba53.dts
+++ b/arch/arm/dts/imx53-mba53.dts
@@ -33,3 +33,11 @@
reg = <0x80000 0x80000>;
};
};
+
+&usbh1 {
+ phy_type = "utmi";
+};
+
+&usbotg {
+ phy_type = "utmi";
+};
--
2.0.0.rc0
More information about the barebox
mailing list