Skip to content

Commit 2eab7ec

Browse files
committed
arm64: dts: apple: t600x: 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 371647b commit 2eab7ec

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@
396396
#reset-cells = <0>;
397397
label = DIE_LABEL(dispext0_cpu0);
398398
power-domains = <&DIE_NODE(ps_dispext0_fe)>;
399+
apple,min-state = <4>;
399400
};
400401

401402
DIE_NODE(ps_dispext1_cpu0): power-controller@2a8 {
@@ -405,6 +406,7 @@
405406
#reset-cells = <0>;
406407
label = DIE_LABEL(dispext1_cpu0);
407408
power-domains = <&DIE_NODE(ps_dispext1_fe)>;
409+
apple,min-state = <4>;
408410
};
409411

410412
DIE_NODE(ps_ane_sys_cpu): power-controller@2c8 {
@@ -1792,6 +1794,7 @@
17921794
#reset-cells = <0>;
17931795
label = DIE_LABEL(dispext2_cpu0);
17941796
power-domains = <&DIE_NODE(ps_dispext2_fe)>;
1797+
apple,min-state = <4>;
17951798
};
17961799

17971800
DIE_NODE(ps_dispext3_fe): power-controller@210 {
@@ -1810,6 +1813,7 @@
18101813
#reset-cells = <0>;
18111814
label = DIE_LABEL(dispext3_cpu0);
18121815
power-domains = <&DIE_NODE(ps_dispext3_fe)>;
1816+
apple,min-state = <4>;
18131817
};
18141818

18151819
DIE_NODE(ps_msr1): power-controller@250 {

0 commit comments

Comments
 (0)