diff options
author | Roger Quadros <rogerq@ti.com> | 2014-10-21 06:41:20 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-10 17:27:35 -0500 |
commit | 7a15c8e74737283e9c195742074812aeaea08eaa (patch) | |
tree | 479698d409d41eed50f7e585feb622d987b7c404 /arch/arm/boot/dts/dra72-evm.dts | |
parent | 95cc6af8200665f3490e3e836dc9c6ac058c9422 (diff) |
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: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra72-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts index ad6ec4ae0a25..b135aab0aa5f 100644 --- a/arch/arm/boot/dts/dra72-evm.dts +++ b/arch/arm/boot/dts/dra72-evm.dts | |||
@@ -270,6 +270,14 @@ | |||
270 | }; | 270 | }; |
271 | }; | 271 | }; |
272 | 272 | ||
273 | &usb2_phy1 { | ||
274 | phy-supply = <&ldo4_reg>; | ||
275 | }; | ||
276 | |||
277 | &usb2_phy2 { | ||
278 | phy-supply = <&ldo4_reg>; | ||
279 | }; | ||
280 | |||
273 | &usb1 { | 281 | &usb1 { |
274 | dr_mode = "peripheral"; | 282 | dr_mode = "peripheral"; |
275 | pinctrl-names = "default"; | 283 | pinctrl-names = "default"; |