summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx51-babbage.dts
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-03-26 11:54:39 -0300
committerShawn Guo <shawn.guo@freescale.com>2014-05-16 23:01:46 +0800
commit7538d4ff65a03b0b5b3938332feb32918c6df49b (patch)
treeb240697f78644b436cbee41783a36b8815bcbd1c /arch/arm/boot/dts/imx51-babbage.dts
parent9bf206a9d13be3aafc16092e036a1346b37e2a59 (diff)
ARM: dts: imx51-babbage: Add USB OTG support
Tested by pinging from the host PC to the imx51-babbage via a g_ether connection. Signed-off by: Dave Ebright <dave.ebright@parsons.com> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx51-babbage.dts')
-rw-r--r--arch/arm/boot/dts/imx51-babbage.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts
index b4ae6f80994e..2dda06be52a9 100644
--- a/arch/arm/boot/dts/imx51-babbage.dts
+++ b/arch/arm/boot/dts/imx51-babbage.dts
@@ -602,3 +602,10 @@
phy_type = "ulpi";
status = "okay";
};
+
+&usbotg {
+ dr_mode = "otg";
+ disable-over-current;
+ phy_type = "utmi_wide";
+ status = "okay";
+};