diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-03-26 10:54:39 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 11:01:46 -0400 |
commit | 7538d4ff65a03b0b5b3938332feb32918c6df49b (patch) | |
tree | b240697f78644b436cbee41783a36b8815bcbd1c /arch/arm/boot/dts/imx51-babbage.dts | |
parent | 9bf206a9d13be3aafc16092e036a1346b37e2a59 (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.dts | 7 |
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 | }; | ||