Skip to content

Commit 14426d8

Browse files
jannaumarcan
authored andcommitted
squash! arm64: dts: apple: t8112: Remove always-on from the PMP node
With "apple,always-on" removed from ps_pmp add it as dependency for the dcp* power-domains. Fixes dcp crashes on power state changes. TODO: investigate if it is enough to power ps_pmp on during SetPowerState calls. Signed-off-by: Janne Grunau <[email protected]>
1 parent 26bd4bf commit 14426d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
#power-domain-cells = <0>;
672672
#reset-cells = <0>;
673673
label = "disp0_fe";
674-
power-domains = <&ps_disp0_sys>;
674+
power-domains = <&ps_disp0_sys>, <&ps_pmp>;
675675
};
676676

677677
ps_dispext_sys: power-controller@380 {
@@ -689,7 +689,7 @@
689689
#power-domain-cells = <0>;
690690
#reset-cells = <0>;
691691
label = "dispext_fe";
692-
power-domains = <&ps_dispext_sys>;
692+
power-domains = <&ps_dispext_sys>, <&ps_pmp>;
693693
};
694694

695695
ps_dispext_cpu0: power-controller@3c8 {

0 commit comments

Comments
 (0)