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

Commit 2af84bdd authored by Dave Gerlach's avatar Dave Gerlach Committed by Tony Lindgren
Browse files

ARM: dts: am437x-gp-evm: Hook dcdc2 as the cpu0-supply



Hook dcdc2 as the cpu0-supply.

Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6da9c792
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -975,3 +975,7 @@
	clock-names = "ext-clk", "int-clk";
	status = "okay";
};

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