diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2017-12-15 11:16:43 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-21 07:24:52 -0800 |
commit | 4b7fe09bee69e76cbce78ec9c61284516354d94b (patch) | |
tree | e26d26a35620ac94e63ec45d2df6d0cb2a52b776 | |
parent | 337c6c9a69af73dd367daeddee44cbbc2408cf9f (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 4 |
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>; +}; |