ARM: sun8i: a33: remove highest OPP to fix CPU crashes
authorQuentin Schulz <quentin.schulz@free-electrons.com>
Mon, 20 Mar 2017 11:25:51 +0000 (12:25 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 21 Mar 2017 15:57:00 +0000 (16:57 +0100)
commit28787bf47b11b08290918dcf91b08764cb5fe122
treec3b7930525f7ed394780c42cf7007be39a4bcbf6
parent9693219aa61dc7a75ac015e5c011e889cb821eec
ARM: sun8i: a33: remove highest OPP to fix CPU crashes

The highest supported frequency (1.2GHz) requires to "overvolt" the CPU.
However, some boards still do not have the cpu-supply DT property in the
cpu DT node which means that the CPU will always run with the same input
voltage but try to run at 1.2GHz frequency. This is the source of
(experienced) CPU crashes.

Remove the OPP which requires overvolting the CPU until all boards have
a cpu-supply property.

Fixes: 03749eb88e63 ("ARM: dts: sun8i: add opp-v2 table for A33")
Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-a33.dtsi