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

Configure Feed

Select the types of activity you want to include in your feed.

ARM: dts: sunxi: Add cpu-supply for Olimex A20 EVB

sun7i-a20-olimex-som-evb.dts doesn't contain cpu-supply needed for
voltage-scaling with cpufreq-dt so define it.
The default voltages are defined in sun7i-a20.dtsi.

Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Emmanuel Vadot and committed by
Maxime Ripard
f19802bd 960eb12d

+4
+4
arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts
··· 88 88 status = "okay"; 89 89 }; 90 90 91 + &cpu0 { 92 + cpu-supply = <&reg_dcdc2>; 93 + }; 94 + 91 95 &codec { 92 96 status = "okay"; 93 97 };