Skip to content

Commit

Permalink
ARM: dts: am57xx-beagle-x15: Provide supply for usb2_phy2
Browse files Browse the repository at this point in the history
Without this USB2 breaks if USB1 is disabled or USB1
initializes after USB2 e.g. due to deferred probing.

Fixes: 5a0f93c ("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>
  • Loading branch information
Roger Quadros authored and Tony Lindgren committed Jul 6, 2015
1 parent fff75ee commit 9ab402a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/am57xx-beagle-x15.dts
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,10 @@
phy-supply = <&ldousb_reg>;
};

&usb2_phy2 {
phy-supply = <&ldousb_reg>;
};

&usb1 {
dr_mode = "host";
pinctrl-names = "default";
Expand Down

0 comments on commit 9ab402a

Please sign in to comment.