aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2014-06-30 07:00:38 -0400
committerTony Lindgren <tony@atomide.com>2014-07-09 07:56:14 -0400
commitae28ea88a38decac2a0dc1abc23936e59a08b6f3 (patch)
treea6d80e865a56463d457b1e8bc2f9145610327148
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>
-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 @@
495 }; 495 };
496 }; 496 };
497}; 497};
498
499&usb2_phy1 {
500 phy-supply = <&ldousb_reg>;
501};
502
503&usb2_phy2 {
504 phy-supply = <&ldousb_reg>;
505};