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

Commit db30fce1 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: sun5i: chip: Add CPU regulator for cpufreq



The current DT doesn't have a phandle to the CPU regulator in the CPU node,
which disables the CPU voltage scaling entirely.

Add that phandle.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent ac6e4349
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -70,6 +70,10 @@
	status = "okay";
};

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

&ehci0 {
	status = "okay";
};