Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e60e9461 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent ac08281e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -248,3 +248,10 @@
	dr_mode = "host";
	status = "okay";
};

&usbotg {
	phy_type = "utmi";
	dr_mode = "otg";
	external-vbus-divider;
	status = "okay";
};