]> Pileus Git - ~andy/linux/commitdiff
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 8d8030569378fc50ab950337da72c5e65c1e339f..22d9b51dbd16f1e6c442ed253743b0083b00a0fc 100644 (file)
         pinctrl-names = "default";
         pinctrl-0 = <&uart5_pins>;
 };
+
+&cpu0 {
+       cpu0-supply = <&smps123_reg>;
+};
index 2cb72ba1dd05835e80ebc27927870d364928c9a7..b3158738991a4c3ed8c80a7689d7568454a82a8c 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>;