Skip to content

Commit 47706a5

Browse files
committed
HACK: arm64: dts: apple: t60xx: j[34]75: 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 19e9060 commit 47706a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/apple/t600x-j375.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,10 @@
240240
&atcphy1_xbar {
241241
status = "okay";
242242
};
243+
244+
&ps_atc1_common {
245+
apple,always-on; /* Needs to stay on for DP-alt suspend/resume */
246+
};
243247
#endif
244248

245249
/* USB controllers */

0 commit comments

Comments
 (0)