aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am57xx-idk-common.dtsi
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2018-09-21 16:52:58 +0530
committerTony Lindgren <tony@atomide.com>2018-09-24 15:00:45 -0700
commit5c8a6b9db5e95ea7702ef8d4bb1438537ef63594 (patch)
treec3f5b0930fb667ef2bb1c8e755fcf97fbe95dd14 /arch/arm/boot/dts/am57xx-idk-common.dtsi
parentARM: dts: omap: Update coresight bindings for hardware ports (diff)
downloadlinux-dev-5c8a6b9db5e95ea7702ef8d4bb1438537ef63594.tar.xz
linux-dev-5c8a6b9db5e95ea7702ef8d4bb1438537ef63594.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/am57xx-idk-common.dtsi')
-rw-r--r--arch/arm/boot/dts/am57xx-idk-common.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am57xx-idk-common.dtsi b/arch/arm/boot/dts/am57xx-idk-common.dtsi
index 6682e52aadae..f7bd26458915 100644
--- a/arch/arm/boot/dts/am57xx-idk-common.dtsi
+++ b/arch/arm/boot/dts/am57xx-idk-common.dtsi
@@ -488,3 +488,7 @@
};
};
};
+
+&cpu0 {
+ vdd-supply = <&smps12_reg>;
+};