Skip to content

Commit c995f7f

Browse files
committed
arm64: dts: apple: touchbar: Mark ps_dispdfr_be as always-on
The driver depends on boot loader initialized state which resets when the ps_dispdfr_be power-domain is powered off. This happens on suspend or when the driver is missing during boot. Mark the domain as always on until the driver can handle this. Fixes: 7275e79 ("arm64: dts: apple: Add touchbar screen nodes") Signed-off-by: Janne Grunau <j@jannau.net>
1 parent b437c07 commit c995f7f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t8112-j493.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@
6666
post-init-providers = <&panel>;
6767
};
6868

69+
/*
70+
* The driver depends on boot loader initialized state which resets when this
71+
* power-domain is powered off. This happens on suspend or when the driver is
72+
* missing during boot. Mark the domain as always on until the driver can
73+
* handle this.
74+
*/
75+
&ps_dispdfr_be {
76+
apple,always-on;
77+
};
78+
6979
&display_dfr {
7080
status = "okay";
7181
};

0 commit comments

Comments
 (0)