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>
This commit is contained in:
Roger Quadros 2014-06-30 14:00:38 +03:00 committed by Tony Lindgren
parent a186cf10da
commit ae28ea88a3
1 changed files with 8 additions and 0 deletions

View File

@ -495,3 +495,11 @@
}; };
}; };
}; };
&usb2_phy1 {
phy-supply = <&ldousb_reg>;
};
&usb2_phy2 {
phy-supply = <&ldousb_reg>;
};