Skip to content

Commit 28787bf

Browse files
QSchulzmripard
authored andcommitted
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: 03749eb ("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>
1 parent 9693219 commit 28787bf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arch/arm/boot/dts/sun8i-a33.dtsi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@
6666
opp-microvolt = <1200000>;
6767
clock-latency-ns = <244144>; /* 8 32k periods */
6868
};
69-
70-
opp@1200000000 {
71-
opp-hz = /bits/ 64 <1200000000>;
72-
opp-microvolt = <1320000>;
73-
clock-latency-ns = <244144>; /* 8 32k periods */
74-
};
7569
};
7670

7771
cpus {

0 commit comments

Comments
 (0)