projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd8b9e
)
ARM: dts: am335x-evmsk: enable USB1
author
Yegor Yefremov
<yegorslists@googlemail.com>
Fri, 28 Feb 2014 07:19:04 +0000
(08:19 +0100)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 28 Feb 2014 23:09:43 +0000
(15:09 -0800)
Enable second USB channel and set it into 'host' mode.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-evmsk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am335x-evmsk.dts
b/arch/arm/boot/dts/am335x-evmsk.dts
index 50abe53f68870adadc3fa67e3763a0604df1c1de..413e5e133b3e91d1ed19f66223a399b84e33ec50 100644
(file)
--- a/
arch/arm/boot/dts/am335x-evmsk.dts
+++ b/
arch/arm/boot/dts/am335x-evmsk.dts
@@
-336,9
+336,18
@@
status = "okay";
};
+ usb-phy@47401b00 {
+ status = "okay";
+ };
+
usb@47401000 {
status = "okay";
};
+
+ usb@47401800 {
+ status = "okay";
+ dr_mode = "host";
+ };
};
&epwmss2 {