summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am43x-epos-evm.dts
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2017-12-15 11:16:43 -0600
committerTony Lindgren <tony@atomide.com>2017-12-21 07:24:52 -0800
commit4b7fe09bee69e76cbce78ec9c61284516354d94b (patch)
treee26d26a35620ac94e63ec45d2df6d0cb2a52b776 /arch/arm/boot/dts/am43x-epos-evm.dts
parent337c6c9a69af73dd367daeddee44cbbc2408cf9f (diff)
downloadlinux-4b7fe09bee69e76cbce78ec9c61284516354d94b.tar.bz2
ARM: dts: am43x-epos-evm: Hook dcdc2 as the cpu0-supply
Hook dcdc2 as the cpu0-supply. Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am43x-epos-evm.dts')
-rw-r--r--arch/arm/boot/dts/am43x-epos-evm.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts
index fdb1e2bbab9c..246147573768 100644
--- a/arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/arch/arm/boot/dts/am43x-epos-evm.dts
@@ -991,3 +991,7 @@
assigned-clocks = <&mux_synctimer32k_ck>;
assigned-clock-parents = <&clkdiv32k_ick>;
};
+
+&cpu {
+ cpu0-supply = <&dcdc2>;
+};