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

Commit 7a15c8e7 authored by Roger Quadros's avatar Roger Quadros Committed by Tony Lindgren
Browse files

ARM: dts: dra72-evm: Add regulator information to USB2 PHYs



The ldo4_reg regulator provides power to the USB1 and USB2
High Speed PHYs.

Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 95cc6af8
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -270,6 +270,14 @@
	};
	};
};
};


&usb2_phy1 {
	phy-supply = <&ldo4_reg>;
};

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

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