diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-06-26 00:28:52 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 12:49:42 +0400 |
commit | e60e9461d4c608ccd553620622388e4d1a63dcf6 (patch) | |
tree | 3e9d68e234620ceeeb5bf32395e6793f0fbc25e8 /arch/arm/boot/dts/imx25-pdk.dts | |
parent | ac08281ed63c7f0282a3c6800b68772f69e9459c (diff) | |
download | linux-e60e9461d4c608ccd553620622388e4d1a63dcf6.tar.xz |
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.dts | 7 |
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"; +}; |