summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx25-pdk.dts
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-06-25 17:28:52 -0300
committerShawn Guo <shawn.guo@freescale.com>2014-07-18 16:49:42 +0800
commite60e9461d4c608ccd553620622388e4d1a63dcf6 (patch)
tree3e9d68e234620ceeeb5bf32395e6793f0fbc25e8 /arch/arm/boot/dts/imx25-pdk.dts
parentac08281ed63c7f0282a3c6800b68772f69e9459c (diff)
ARM: dts: imx25-pdk: Add USB OTG support
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>
Diffstat (limited to 'arch/arm/boot/dts/imx25-pdk.dts')
-rw-r--r--arch/arm/boot/dts/imx25-pdk.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx25-pdk.dts b/arch/arm/boot/dts/imx25-pdk.dts
index 8f9a424a80d6..9c21b1583762 100644
--- a/arch/arm/boot/dts/imx25-pdk.dts
+++ b/arch/arm/boot/dts/imx25-pdk.dts
@@ -248,3 +248,10 @@
dr_mode = "host";
status = "okay";
};
+
+&usbotg {
+ phy_type = "utmi";
+ dr_mode = "otg";
+ external-vbus-divider;
+ status = "okay";
+};