Skip to content

Commit 75800d7

Browse files
Dmolekhilman
authored andcommitted
arm64: dts: meson: S922X: extend cpu opp-points
Add extra cpu pop points to allow mild overclock on S922X. The opp points are found in Hardkernel N2 sources [1] and testing shows no obvious issues on other S922X devices. Thermal throttling should keep things in-check if needed. [1] hardkernel@f86cd94 Signed-off-by: Tim Lewis <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Tested-by: Christian Hewitt <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/20200426162119.GA23268@imac
1 parent 08dc0e5 commit 75800d7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-g12b-s922x.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
opp-hz = /bits/ 64 <1896000000>;
6666
opp-microvolt = <981000>;
6767
};
68+
69+
opp-1992000000 {
70+
opp-hz = /bits/ 64 <1992000000>;
71+
opp-microvolt = <1001000>;
72+
};
6873
};
6974

7075
cpub_opp_table_1: opp-table-1 {
@@ -120,5 +125,15 @@
120125
opp-hz = /bits/ 64 <1704000000>;
121126
opp-microvolt = <891000>;
122127
};
128+
129+
opp-1800000000 {
130+
opp-hz = /bits/ 64 <1800000000>;
131+
opp-microvolt = <981000>;
132+
};
133+
134+
opp-1908000000 {
135+
opp-hz = /bits/ 64 <1908000000>;
136+
opp-microvolt = <1022000>;
137+
};
123138
};
124139
};

0 commit comments

Comments
 (0)