ARM: dts: omap5-uevm: add smps123 supply for CPU
authorNishanth Menon <nm@ti.com>
Wed, 16 Oct 2013 15:39:04 +0000 (10:39 -0500)
committerBenoit Cousson <bcousson@baylibre.com>
Tue, 22 Oct 2013 15:33:06 +0000 (17:33 +0200)
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>
arch/arm/boot/dts/omap5-uevm.dts
arch/arm/boot/dts/omap5.dtsi

index 8d80305..22d9b51 100644 (file)
         pinctrl-names = "default";
         pinctrl-0 = <&uart5_pins>;
 };
+
+&cpu0 {
+       cpu0-supply = <&smps123_reg>;
+};
index 2cb72ba..b315873 100644 (file)
@@ -38,7 +38,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               cpu@0 {
+               cpu0: cpu@0 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a15";
                        reg = <0x0>;