diff options
author | Nishanth Menon <nm@ti.com> | 2013-10-16 19:39:04 +0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-22 19:33:06 +0400 |
commit | b8981d71b59a42af614c231b3e3df4858c18a75e (patch) | |
tree | 1cce9c9017263d9213f13201cb9a8a1562942662 /arch/arm/boot/dts/omap5.dtsi | |
parent | 05bc85d1b52d8a9cc0faa7692747dcee05dd8bc9 (diff) | |
download | linux-b8981d71b59a42af614c231b3e3df4858c18a75e.tar.xz |
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.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ #address-cells = <1>; #size-cells = <0>; - cpu@0 { + cpu0: cpu@0 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0x0>; |