diff options
author | Roger Quadros <rogerq@ti.com> | 2014-10-21 10:41:20 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-10 22:27:35 (GMT) |
commit | 7a15c8e74737283e9c195742074812aeaea08eaa (patch) | |
tree | 479698d409d41eed50f7e585feb622d987b7c404 /arch/arm | |
parent | 95cc6af8200665f3490e3e836dc9c6ac058c9422 (diff) | |
download | linux-7a15c8e74737283e9c195742074812aeaea08eaa.tar.xz |
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')
-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 ad6ec4a..b135aab 100644 --- a/arch/arm/boot/dts/dra72-evm.dts +++ b/arch/arm/boot/dts/dra72-evm.dts @@ -270,6 +270,14 @@ }; }; +&usb2_phy1 { + phy-supply = <&ldo4_reg>; +}; + +&usb2_phy2 { + phy-supply = <&ldo4_reg>; +}; + &usb1 { dr_mode = "peripheral"; pinctrl-names = "default"; |