Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b7fe09b authored by Dave Gerlach's avatar Dave Gerlach Committed by Tony Lindgren
Browse files

ARM: dts: am43x-epos-evm: Hook dcdc2 as the cpu0-supply



Hook dcdc2 as the cpu0-supply.

Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 337c6c9a
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -991,3 +991,7 @@
	assigned-clocks = <&mux_synctimer32k_ck>;
	assigned-clocks = <&mux_synctimer32k_ck>;
	assigned-clock-parents = <&clkdiv32k_ick>;
	assigned-clock-parents = <&clkdiv32k_ick>;
};
};

&cpu {
	cpu0-supply = <&dcdc2>;
};