aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dra7-evm.dts
diff options
context:
space:
mode:
authorJ Keerthy <j-keerthy@ti.com>2013-10-16 11:39:05 -0400
committerBenoit Cousson <bcousson@baylibre.com>2013-10-22 11:33:17 -0400
commit22f1e7ef814d2ceace28a36edb4febbd0daab7d1 (patch)
tree1d3591a22aae220743ca11427dff4bf288960a29 /arch/arm/boot/dts/dra7-evm.dts
parentb8981d71b59a42af614c231b3e3df4858c18a75e (diff)
ARM: dts: dra7-evm: add smps123 supply for CPU
regulator smps123 supply from Palmas PMIC powers CPU0 on DRA7 EVM. [nm@ti.com: rebase to latest] Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: J Keerthy <j-keerthy@ti.com> Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7-evm.dts')
-rw-r--r--arch/arm/boot/dts/dra7-evm.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 3abf5f41e5cc..5babba0a3a75 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -269,3 +269,7 @@
269 vmmc-supply = <&mmc2_3v3>; 269 vmmc-supply = <&mmc2_3v3>;
270 bus-width = <8>; 270 bus-width = <8>;
271}; 271};
272
273&cpu0 {
274 cpu0-supply = <&smps123_reg>;
275};