diff options
author | J Keerthy <j-keerthy@ti.com> | 2013-10-16 10:39:05 -0500 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-22 17:33:17 +0200 |
commit | 22f1e7ef814d2ceace28a36edb4febbd0daab7d1 (patch) | |
tree | 1d3591a22aae220743ca11427dff4bf288960a29 /arch/arm/boot/dts/dra7.dtsi | |
parent | b8981d71b59a42af614c231b3e3df4858c18a75e (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.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 98ff6553edb..c4fb401a086 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -37,7 +37,7 @@ #address-cells = <1>; #size-cells = <0>; - cpu@0 { + cpu0: cpu@0 { device_type = "cpu"; compatible = "arm,cortex-a15"; reg = <0>; |