projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac08281
)
ARM: dts: imx25-pdk: Add USB OTG support
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 25 Jun 2014 20:28:52 +0000
(17:28 -0300)
committer
Shawn Guo
<shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:49:42 +0000
(16:49 +0800)
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>
arch/arm/boot/dts/imx25-pdk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx25-pdk.dts
b/arch/arm/boot/dts/imx25-pdk.dts
index
8f9a424
..
9c21b15
100644
(file)
--- 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";
+};