ARM: dts: imx51-babbage: Add USB OTG support
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 26 Mar 2014 14:54:39 +0000 (11:54 -0300)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 16 May 2014 15:01:46 +0000 (23:01 +0800)
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>
arch/arm/boot/dts/imx51-babbage.dts

index b4ae6f8..2dda06b 100644 (file)
        phy_type = "ulpi";
        status = "okay";
 };
+
+&usbotg {
+       dr_mode = "otg";
+       disable-over-current;
+       phy_type = "utmi_wide";
+       status = "okay";
+};