projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf206a
)
ARM: dts: imx51-babbage: Add USB OTG support
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 26 Mar 2014 14:54:39 +0000
(11:54 -0300)
committer
Shawn Guo
<shawn.guo@freescale.com>
Fri, 16 May 2014 15:01:46 +0000
(23:01 +0800)
Tested by pinging from the host PC to the imx51-babbage via a g_ether
connection.
Signed-off by: Dave Ebright <dave.ebright@parsons.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx51-babbage.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx51-babbage.dts
b/arch/arm/boot/dts/imx51-babbage.dts
index b4ae6f80994ebbc05fda0f56638b42b927f1085a..2dda06be52a9320f845921e229f2e585becbeeed 100644
(file)
--- a/
arch/arm/boot/dts/imx51-babbage.dts
+++ b/
arch/arm/boot/dts/imx51-babbage.dts
@@
-602,3
+602,10
@@
phy_type = "ulpi";
status = "okay";
};
+
+&usbotg {
+ dr_mode = "otg";
+ disable-over-current;
+ phy_type = "utmi_wide";
+ status = "okay";
+};