From: Dave Gerlach Date: Fri, 15 Dec 2017 17:16:43 +0000 (-0600) Subject: ARM: dts: am43x-epos-evm: Hook dcdc2 as the cpu0-supply X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4b7fe09bee69e76cbce78ec9c61284516354d94b;p=linux.git ARM: dts: am43x-epos-evm: Hook dcdc2 as the cpu0-supply Hook dcdc2 as the cpu0-supply. Signed-off-by: Dave Gerlach Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index fdb1e2bbab9c0..246147573768d 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>; +};