]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: am572x-idk: Add cpu0 vdd supply
authorDave Gerlach <d-gerlach@ti.com>
Tue, 19 Dec 2017 15:24:26 +0000 (09:24 -0600)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Dec 2017 15:53:13 +0000 (07:53 -0800)
Add vdd-supply as smps12_reg for cpu0.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am572x-idk.dts

index 9212931f25db0597706036d36c46ee79c95c8867..9ab0af5017df3ecdd2659e0dd24a4221bfa41f53 100644 (file)
@@ -36,3 +36,7 @@
        pinctrl-1 = <&mmc2_pins_hs>;
        pinctrl-2 = <&mmc2_pins_ddr_rev20>;
 };
+
+&cpu0 {
+       vdd-supply = <&smps12_reg>;
+};