projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff75ee
)
ARM: dts: am57xx-beagle-x15: Provide supply for usb2_phy2
author
Roger Quadros
<rogerq@ti.com>
Wed, 17 Jun 2015 14:52:43 +0000
(17:52 +0300)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 6 Jul 2015 12:19:59 +0000
(
05:19
-0700)
Without this USB2 breaks if USB1 is disabled or USB1
initializes after USB2 e.g. due to deferred probing.
Fixes:
5a0f93c6576a
("ARM: dts: Add am57xx-beagle-x15")
Signed-off-by: Roger Quadros <rogerq@ti.com>
Cc: stable@vger.kernel.org (v3.19+)
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am57xx-beagle-x15.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/am57xx-beagle-x15.dts
b/arch/arm/boot/dts/am57xx-beagle-x15.dts
index a42cc377a8625c35168d93cbe4fd06430ed3a6ac..a63bf78191ea5a57093e97f1d1fc95d904695816 100644
(file)
--- a/
arch/arm/boot/dts/am57xx-beagle-x15.dts
+++ b/
arch/arm/boot/dts/am57xx-beagle-x15.dts
@@
-605,6
+605,10
@@
phy-supply = <&ldousb_reg>;
};
+&usb2_phy2 {
+ phy-supply = <&ldousb_reg>;
+};
+
&usb1 {
dr_mode = "host";
pinctrl-names = "default";