Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Maxime Ripard <maxime.ripard@free-electrons.com>

+4
+4
arch/arm/boot/dts/sun5i-r8-chip.dts
··· 70 70 status = "okay"; 71 71 }; 72 72 73 + &cpu0 { 74 + cpu-supply = <&reg_dcdc2>; 75 + }; 76 + 73 77 &ehci0 { 74 78 status = "okay"; 75 79 };