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

Commit 3e1fe451 authored by Dave Gerlach's avatar Dave Gerlach Committed by Tony Lindgren
Browse files

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



Hook dcdc2 as the cpu0-supply.

Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Tested-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 97bf6af1
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -610,3 +610,7 @@
&wdt {
&wdt {
	status = "okay";
	status = "okay";
};
};

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