aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx51-babbage.dts
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-03-26 10:54:39 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-05-16 11:01:46 -0400
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 @@
602 phy_type = "ulpi"; 602 phy_type = "ulpi";
603 status = "okay"; 603 status = "okay";
604}; 604};
605
606&usbotg {
607 dr_mode = "otg";
608 disable-over-current;
609 phy_type = "utmi_wide";
610 status = "okay";
611};