From: Fabio Estevam Date: Wed, 25 Jun 2014 20:28:52 +0000 (-0300) Subject: ARM: dts: imx25-pdk: Add USB OTG support X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e60e9461d4c608ccd553620622388e4d1a63dcf6;p=linux-beck.git 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 Signed-off-by: Shawn Guo --- 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"; +};