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:
12ca468
)
ARM: dts: am57xx: cl-som-am57x: add USB support
author
Dmitry Lifshitz
<lifshitz@compulab.co.il>
Tue, 1 Dec 2015 18:03:10 +0000
(20:03 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 3 Dec 2015 16:19:44 +0000
(08:19 -0800)
Add USB support.
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am57xx-cl-som-am57x.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts
index fe4baba1872c21769eeb96e270c2bacb70d1c450..c603136ee0a0b51f02b65ecb593e2ed8d1172866 100644
(file)
--- a/
arch/arm/boot/dts/am57xx-cl-som-am57x.dts
+++ b/
arch/arm/boot/dts/am57xx-cl-som-am57x.dts
@@
-478,3
+478,19
@@
pinctrl-0 = <&davinci_mdio_pins_default>;
pinctrl-1 = <&davinci_mdio_pins_sleep>;
};
+
+&usb2_phy1 {
+ phy-supply = <&ldousb_reg>;
+};
+
+&usb2_phy2 {
+ phy-supply = <&ldousb_reg>;
+};
+
+&usb1 {
+ dr_mode = "host";
+};
+
+&usb2 {
+ dr_mode = "peripheral";
+};