We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c3cca commit 7f20eabCopy full SHA for 7f20eab
1 file changed
arch/arm64/boot/dts/apple/t6021-j416c.dts
@@ -17,7 +17,10 @@
17
model = "Apple MacBook Pro (16-inch, M2 Max, 2023)";
18
};
19
20
-/* This machine model (only) has two extra boost CPU P-states */
+/* This machine model (only) has two extra boost CPU P-states *
21
+ * Disabled: Only the highest CPU bin (38 GPU cores) has this.
22
+ * Keep this disabled until m1n1 learns how to remove these OPPs
23
+ * for unsupported machines, otherwise it breaks cpufreq.
24
&avalanche_opp {
25
opp18 {
26
opp-hz = /bits/ 64 <3528000000>;
@@ -32,6 +35,7 @@
32
35
turbo-mode;
33
36
34
37
38
+*/
39
40
&wifi0 {
41
brcm,board-type = "apple,amami";
0 commit comments