Skip to content

Commit 25a6e10

Browse files
committed
fixup! arm64: dts: apple: Add T602x GPU node
M2 Max/Ultra Mac Studio use the same GPU parameters as the M2 Ultra Mac Pro. So move the properties to t6021-j475c.dts and t6022.dtsi. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent b8047d5 commit 25a6e10

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

arch/arm64/boot/dts/apple/t6021-j475c.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,12 @@
106106
apple,dptx-phy = <4>;
107107
};
108108

109+
&gpu {
110+
apple,idleoff-standby-timer = <3000>;
111+
apple,perf-base-pstate = <5>;
112+
apple,perf-boost-ce-step = <100>;
113+
apple,perf-boost-min-util = <75>;
114+
apple,perf-tgt-utilization = <70>;
115+
};
116+
109117
#include "hwmon-fan-dual.dtsi"

arch/arm64/boot/dts/apple/t6022-j180d.dts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -737,12 +737,4 @@
737737
/delete-node/ &pcie0;
738738
/delete-node/ &pcie0_dart_0;
739739

740-
&gpu {
741-
apple,idleoff-standby-timer = <3000>;
742-
apple,perf-base-pstate = <5>;
743-
apple,perf-boost-ce-step = <100>;
744-
apple,perf-boost-min-util = <75>;
745-
apple,perf-tgt-utilization = <70>;
746-
};
747-
748740
#include "spi1-nvram.dtsi"

arch/arm64/boot/dts/apple/t6022.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,11 @@
365365
apple,avg-power-kp = <0.15>;
366366
apple,fast-die0-integral-gain = <9.6>;
367367
apple,fast-die0-proportional-gain = <24.0>;
368+
apple,idleoff-standby-timer = <3000>;
369+
apple,perf-base-pstate = <5>;
370+
apple,perf-boost-ce-step = <100>;
371+
apple,perf-boost-min-util = <75>;
372+
apple,perf-tgt-utilization = <70>;
368373
apple,ppm-ki = <11.0>;
369374
apple,ppm-kp = <0.15>;
370375
};

0 commit comments

Comments
 (0)