Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Roger Quadros and committed by
Tony Lindgren
ae28ea88 a186cf10

+8
+8
arch/arm/boot/dts/dra7-evm.dts
··· 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 + };