diff options
author | Nishanth Menon <nm@ti.com> | 2013-10-16 11:39:04 -0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-22 11:33:06 -0400 |
commit | b8981d71b59a42af614c231b3e3df4858c18a75e (patch) | |
tree | 1cce9c9017263d9213f13201cb9a8a1562942662 /arch/arm/boot | |
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')
-rw-r--r-- | arch/arm/boot/dts/omap5-uevm.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 8d8030569378..22d9b51dbd16 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts | |||
@@ -501,3 +501,7 @@ | |||
501 | pinctrl-names = "default"; | 501 | pinctrl-names = "default"; |
502 | pinctrl-0 = <&uart5_pins>; | 502 | pinctrl-0 = <&uart5_pins>; |
503 | }; | 503 | }; |
504 | |||
505 | &cpu0 { | ||
506 | cpu0-supply = <&smps123_reg>; | ||
507 | }; | ||
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 2cb72ba1dd05..b3158738991a 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -38,7 +38,7 @@ | |||
38 | #address-cells = <1>; | 38 | #address-cells = <1>; |
39 | #size-cells = <0>; | 39 | #size-cells = <0>; |
40 | 40 | ||
41 | cpu@0 { | 41 | cpu0: cpu@0 { |
42 | device_type = "cpu"; | 42 | device_type = "cpu"; |
43 | compatible = "arm,cortex-a15"; | 43 | compatible = "arm,cortex-a15"; |
44 | reg = <0x0>; | 44 | reg = <0x0>; |