Skip to content

Commit fd86d85

Browse files
chewittsuperna9999
authored andcommitted
arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards
Amlogic SM1 devices experience CPU stalls and random board wedges when the system idles and CPU cores clock down to lower opp points. Recent vendor kernels include a change to remove 100-250MHz and other distro sources also remove the 500/667MHz points. Unless all 100-667Mhz opps are removed or the CPU governor forced to performance stalls are still observed, so let's remove them to improve stability and uptime. Fixes: 3d9e764 ("arm64: dts: meson-sm1-sei610: enable DVFS") Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lore.kernel.org/r/20220210100638.19130-3-christianshewitt@gmail.com
1 parent 6c4d636 commit fd86d85

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

arch/arm64/boot/dts/amlogic/meson-sm1.dtsi

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -95,26 +95,6 @@
9595
compatible = "operating-points-v2";
9696
opp-shared;
9797

98-
opp-100000000 {
99-
opp-hz = /bits/ 64 <100000000>;
100-
opp-microvolt = <730000>;
101-
};
102-
103-
opp-250000000 {
104-
opp-hz = /bits/ 64 <250000000>;
105-
opp-microvolt = <730000>;
106-
};
107-
108-
opp-500000000 {
109-
opp-hz = /bits/ 64 <500000000>;
110-
opp-microvolt = <730000>;
111-
};
112-
113-
opp-667000000 {
114-
opp-hz = /bits/ 64 <666666666>;
115-
opp-microvolt = <750000>;
116-
};
117-
11898
opp-1000000000 {
11999
opp-hz = /bits/ 64 <1000000000>;
120100
opp-microvolt = <770000>;

0 commit comments

Comments
 (0)