Skip to content

Commit 2ff31cf

Browse files
committed
HACK: arm64: dts: apple: t60xx: j[34]1[46]: Mark ps_atc1_common as always on
Works around missing suspend/resume handling in ATC phy for DP-altmode. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 7896808 commit 2ff31cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,10 @@
295295
&atcphy1_xbar {
296296
status = "okay";
297297
};
298+
299+
&ps_atc1_common {
300+
apple,always-on; /* Needs to stay on for DP-alt suspend/resume */
301+
};
298302
#endif
299303

300304
/* Virtual regulator representing the shared shutdown GPIO */

0 commit comments

Comments
 (0)