Commit 7bff4cf1 authored by Timo Sigurdsson's avatar Timo Sigurdsson Committed by Greg Kroah-Hartman

ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to meet SoC specifications

commit eaeef1ad upstream.

sun7i-a20.dtsi contains a cpufreq operating point at 0.9 volts. The minimum
CPU voltage for the Allwinner A20 SoC, however, is 1.0 volts. Thus, raise
the voltage for the lowest operating point to 1.0 volts in order to stay
within the SoC specifications. It is an undervolted setting that isn't
stable across all SoCs and boards out there.

Fixes: d96b7161 ("ARM: dts: sun7i: Add cpu clock reference and operating points to dtsi")
Signed-off-by: default avatarTimo Sigurdsson <public_timo.s@silentcreek.de>
Acked-by: default avatarIain Paton <ipaton0@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0a618493
......@@ -107,7 +107,7 @@ cpu0: cpu@0 {
720000 1200000
528000 1100000
312000 1000000
144000 900000
144000 1000000
>;
#cooling-cells = <2>;
cooling-min-level = <0>;
......
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