diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2017-12-15 18:16:43 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-21 16:24:52 +0100 |
commit | 4b7fe09bee69e76cbce78ec9c61284516354d94b (patch) | |
tree | e26d26a35620ac94e63ec45d2df6d0cb2a52b776 /arch/arm/boot/dts/am43x-epos-evm.dts | |
parent | ARM: dts: am437x-idk-evm: Disable OPP50 for MPU (diff) | |
download | linux-4b7fe09bee69e76cbce78ec9c61284516354d94b.tar.xz linux-4b7fe09bee69e76cbce78ec9c61284516354d94b.zip |
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.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>; +}; |