summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/dra7-evm.dts
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2014-06-30 14:00:38 +0300
committerTony Lindgren <tony@atomide.com>2014-07-09 04:56:14 -0700
commitae28ea88a38decac2a0dc1abc23936e59a08b6f3 (patch)
treea6d80e865a56463d457b1e8bc2f9145610327148 /arch/arm/boot/dts/dra7-evm.dts
parenta186cf10da84a50358f813de0edebf45ddadf624 (diff)
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 <rogerq@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7-evm.dts')
-rw-r--r--arch/arm/boot/dts/dra7-evm.dts8
1 files changed, 8 insertions, 0 deletions
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>;
+};