From: Roger Quadros Date: Mon, 30 Jun 2014 11:00:38 +0000 (+0300) Subject: ARM: dts: dra7-evm: Add regulator information to USB2 PHYs X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ae28ea88a38decac2a0dc1abc23936e59a08b6f3;p=deliverable%2Flinux.git ARM: dts: dra7-evm: Add regulator information to USB2 PHYs The ldousb_reg regulator provides power to the USB1 and USB2 High Speed PHYs. Signed-off-by: Roger Quadros Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 4adc28039c30..fd96cedf3a07 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -495,3 +495,11 @@ }; }; }; + +&usb2_phy1 { + phy-supply = <&ldousb_reg>; +}; + +&usb2_phy2 { + phy-supply = <&ldousb_reg>; +};