]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: imx25-pdk: Add USB OTG support
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 25 Jun 2014 20:28:52 +0000 (17:28 -0300)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:49:42 +0000 (16:49 +0800)
Tested by loading the g_ether module and doing a ping between mx25pdk and the
host PC via USB.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx25-pdk.dts

index 8f9a424a80d68b240c67c359500090df617910a8..9c21b15837627fcf2a98032183d77e2a8be153db 100644 (file)
        dr_mode = "host";
        status = "okay";
 };
+
+&usbotg {
+       phy_type = "utmi";
+       dr_mode = "otg";
+       external-vbus-divider;
+       status = "okay";
+};