Commit f19802bd authored by Emmanuel Vadot's avatar Emmanuel Vadot Committed by Maxime Ripard

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: default avatarEmmanuel Vadot <manu@bidouilliste.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 960eb12d
......@@ -88,6 +88,10 @@ &ehci1 {
status = "okay";
};
&cpu0 {
cpu-supply = <&reg_dcdc2>;
};
&codec {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment