diff options
author | Nishanth Menon <nm@ti.com> | 2013-10-16 10:39:04 -0500 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-22 17:33:06 +0200 |
commit | b8981d71b59a42af614c231b3e3df4858c18a75e (patch) | |
tree | 1cce9c9017263d9213f13201cb9a8a1562942662 /arch/arm/boot/dts/omap5-uevm.dts | |
parent | 05bc85d1b52d8a9cc0faa7692747dcee05dd8bc9 (diff) |
ARM: dts: omap5-uevm: add smps123 supply for CPU
regulator smps123 supply from Palmas PMIC powers CPU0 on OMAP5uEVM.
Based on a patch by J Keerthy <j-keerthy@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-uevm.dts')
-rw-r--r-- | arch/arm/boot/dts/omap5-uevm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 8d803056937..22d9b51dbd1 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts @@ -501,3 +501,7 @@ pinctrl-names = "default"; pinctrl-0 = <&uart5_pins>; }; + +&cpu0 { + cpu0-supply = <&smps123_reg>; +}; |