Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: am57xx-idk-common: Hook smps12 regulator as cpu vdd-supply

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>

authored by

Keerthy and committed by
Tony Lindgren
5c8a6b9d f2b07213

+4 -8
-4
arch/arm/boot/dts/am571x-idk.dts
··· 194 194 pinctrl-1 = <&mmc2_pins_hs>; 195 195 pinctrl-2 = <&mmc2_pins_ddr_rev20 &mmc2_iodelay_ddr_conf>; 196 196 }; 197 - 198 - &cpu0 { 199 - vdd-supply = <&smps12_reg>; 200 - };
-4
arch/arm/boot/dts/am572x-idk.dts
··· 36 36 pinctrl-1 = <&mmc2_pins_hs>; 37 37 pinctrl-2 = <&mmc2_pins_ddr_rev20>; 38 38 }; 39 - 40 - &cpu0 { 41 - vdd-supply = <&smps12_reg>; 42 - };
+4
arch/arm/boot/dts/am57xx-idk-common.dtsi
··· 488 488 }; 489 489 }; 490 490 }; 491 + 492 + &cpu0 { 493 + vdd-supply = <&smps12_reg>; 494 + };