projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a186cf1
)
ARM: dts: dra7-evm: Add regulator information to USB2 PHYs
author
Roger Quadros
<rogerq@ti.com>
Mon, 30 Jun 2014 11:00:38 +0000
(14:00 +0300)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 9 Jul 2014 11:56:14 +0000
(
04:56
-0700)
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>
arch/arm/boot/dts/dra7-evm.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/dra7-evm.dts
b/arch/arm/boot/dts/dra7-evm.dts
index 4adc28039c304b3612144a6704b87169051b0832..fd96cedf3a077aa6e05b6006e32ed9aeae295f95 100644
(file)
--- a/
arch/arm/boot/dts/dra7-evm.dts
+++ b/
arch/arm/boot/dts/dra7-evm.dts
@@
-495,3
+495,11
@@
};
};
};
+
+&usb2_phy1 {
+ phy-supply = <&ldousb_reg>;
+};
+
+&usb2_phy2 {
+ phy-supply = <&ldousb_reg>;
+};