Skip to content

Commit 010cbd4

Browse files
committed
arm64: dts: apple: t602x: Add "apple,min-state" to ps_dispextN_cpu0
DCP ASC co-processors do not come back up from lower power states. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 7ee6e8e commit 010cbd4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@
435435
#reset-cells = <0>;
436436
label = DIE_LABEL(dispext1_cpu0);
437437
power-domains = <&DIE_NODE(ps_dispext1_fe)>;
438+
apple,min-state = <4>;
438439
};
439440

440441
DIE_NODE(ps_dispext0_fe): power-controller@2c0 {
@@ -472,6 +473,7 @@
472473
#reset-cells = <0>;
473474
label = DIE_LABEL(dispext0_cpu0);
474475
power-domains = <&DIE_NODE(ps_dispext0_fe)>;
476+
apple,min-state = <4>;
475477
};
476478

477479
DIE_NODE(ps_ane_cpu): power-controller@2e0 {
@@ -900,6 +902,7 @@
900902
#reset-cells = <0>;
901903
label = DIE_LABEL(dispext2_cpu0);
902904
power-domains = <&DIE_NODE(ps_dispext2_fe)>;
905+
apple,min-state = <4>;
903906
};
904907

905908
DIE_NODE(ps_msr1_ase_core): power-controller@1f0 {
@@ -943,6 +946,7 @@
943946
#reset-cells = <0>;
944947
label = DIE_LABEL(dispext3_cpu0);
945948
power-domains = <&DIE_NODE(ps_dispext3_fe)>;
949+
apple,min-state = <4>;
946950
};
947951

948952
DIE_NODE(ps_venc1_dma): power-controller@4000 {

0 commit comments

Comments
 (0)