ARM: dts: am57xx-idk-common: Hook smps12 regulator as cpu vdd-supply
authorKeerthy <j-keerthy@ti.com>
Fri, 21 Sep 2018 11:22:58 +0000 (16:52 +0530)
committerTony Lindgren <tony@atomide.com>
Mon, 24 Sep 2018 22:00:45 +0000 (15:00 -0700)
am574x-idk has no cpu vdd-supply at the moment. Hence hook smps12
regulator as cpu vdd-supply in am57xx-idk-common as the same regulator
feeds on to cpu on am571/2/4-idks. So remove all the individual
instances and place that in common place.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am571x-idk.dts
arch/arm/boot/dts/am572x-idk.dts
arch/arm/boot/dts/am57xx-idk-common.dtsi

index afe188c5ec914d06a4bb5409fb4d0e351143cbb4..6432309b39e3854eb225a64d5766e9164d88ff2c 100644 (file)
        pinctrl-1 = <&mmc2_pins_hs>;
        pinctrl-2 = <&mmc2_pins_ddr_rev20 &mmc2_iodelay_ddr_conf>;
 };
-
-&cpu0 {
-       vdd-supply = <&smps12_reg>;
-};
index 3ef9111d0e8baafd530c7b09f6db1c42895d61cc..b2fb6e097be7607ddd1613a75c8290b26f9fe121 100644 (file)
@@ -36,7 +36,3 @@
        pinctrl-1 = <&mmc2_pins_hs>;
        pinctrl-2 = <&mmc2_pins_ddr_rev20>;
 };
-
-&cpu0 {
-       vdd-supply = <&smps12_reg>;
-};
index 6682e52aadae3589e15374f5d3961c2cea3cbdca..f7bd26458915fbb1656c62e9668bda4a8d0ad6a3 100644 (file)
                };
        };
 };
+
+&cpu0 {
+       vdd-supply = <&smps12_reg>;
+};