Skip to content

Commit e84d797

Browse files
committed
HACK: arm64: dts: apple: t8112: 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 497fbae commit e84d797

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@
160160
&dpaudio1 {
161161
status = "okay";
162162
};
163+
164+
&ps_atc1_common {
165+
apple,always-on; /* Needs to stay on for DP-alt suspend/resume */
166+
};
163167
#endif
164168

165169
/* USB controllers */

0 commit comments

Comments
 (0)