ARM: dts: dra7-evm: add smps123 supply for CPU
authorJ Keerthy <j-keerthy@ti.com>
Wed, 16 Oct 2013 15:39:05 +0000 (10:39 -0500)
committerBenoit Cousson <bcousson@baylibre.com>
Tue, 22 Oct 2013 15:33:17 +0000 (17:33 +0200)
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>
arch/arm/boot/dts/dra7-evm.dts
arch/arm/boot/dts/dra7.dtsi

index 3abf5f4..5babba0 100644 (file)
        vmmc-supply = <&mmc2_3v3>;
        bus-width = <8>;
 };
+
+&cpu0 {
+       cpu0-supply = <&smps123_reg>;
+};
index 98ff655..c4fb401 100644 (file)
@@ -37,7 +37,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               cpu@0 {
+               cpu0: cpu@0 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a15";
                        reg = <0>;