All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx25-pdk: Add USB OTG support
@ 2014-06-25 20:28 Fabio Estevam
  2014-06-25 20:28 ` [PATCH 2/2] ARM: imx_v4_v5_defconfig: Add USB device options Fabio Estevam
  2014-07-01  6:37 ` [PATCH 1/2] ARM: dts: imx25-pdk: Add USB OTG support Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2014-06-25 20:28 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@freescale.com>

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>
---
 arch/arm/boot/dts/imx25-pdk.dts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/imx25-pdk.dts b/arch/arm/boot/dts/imx25-pdk.dts
index 8f9a424..9c21b15 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";
+};
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-01  6:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-25 20:28 [PATCH 1/2] ARM: dts: imx25-pdk: Add USB OTG support Fabio Estevam
2014-06-25 20:28 ` [PATCH 2/2] ARM: imx_v4_v5_defconfig: Add USB device options Fabio Estevam
2014-07-01  6:37 ` [PATCH 1/2] ARM: dts: imx25-pdk: Add USB OTG support Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.