Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ab402ae authored by Roger Quadros's avatar Roger Quadros Committed by Tony Lindgren
Browse files

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: 5a0f93c6 ("ARM: dts: Add am57xx-beagle-x15")
Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Cc: stable@vger.kernel.org (v3.19+)
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fff75ee1
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -605,6 +605,10 @@
	phy-supply = <&ldousb_reg>;
	phy-supply = <&ldousb_reg>;
};
};


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

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