Skip to content

Commit 383d3b6

Browse files
committed
HACK: arm64: dts: apple: t8103: 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 6fc52d7 commit 383d3b6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t8103-jxxx.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@
166166
&dpaudio1 {
167167
status = "okay";
168168
};
169+
170+
&ps_atc1_common {
171+
apple,always-on; /* Needs to stay on for DP-alt suspend/resume */
172+
};
169173
#endif
170174

171175
/* USB controllers */

0 commit comments

Comments
 (0)