diff options
author | Roger Quadros <rogerq@ti.com> | 2015-06-17 10:52:43 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-06 08:19:59 -0400 |
commit | 9ab402aed38b95d9ce453108622be0fc6f167568 (patch) | |
tree | fe4bf0ff9fe0d8aff799e418efcdc2db6b47d4f3 | |
parent | fff75ee150104fdc29d86a75a5511482a981c27b (diff) |
ARM: dts: am57xx-beagle-x15: Provide supply for usb2_phy2
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>
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts index a42cc377a862..a63bf78191ea 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15.dts +++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts | |||
@@ -605,6 +605,10 @@ | |||
605 | phy-supply = <&ldousb_reg>; | 605 | phy-supply = <&ldousb_reg>; |
606 | }; | 606 | }; |
607 | 607 | ||
608 | &usb2_phy2 { | ||
609 | phy-supply = <&ldousb_reg>; | ||
610 | }; | ||
611 | |||
608 | &usb1 { | 612 | &usb1 { |
609 | dr_mode = "host"; | 613 | dr_mode = "host"; |
610 | pinctrl-names = "default"; | 614 | pinctrl-names = "default"; |