Skip to content

Commit 34e5719

Browse files
committed
arm64: dts: apple: t8103: Add apple,min-state to DCP PMGR nodes
This is required for DCP to boot successfully; it seems if power gating is allowed, they do not wake up properly. Reviewed-by: Sven Peter <[email protected]> Signed-off-by: Hector Martin <[email protected]>
1 parent d824dad commit 34e5719

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@
665665
#reset-cells = <0>;
666666
label = "dispext_cpu0";
667667
power-domains = <&ps_dispext_fe>;
668+
apple,min-state = <4>;
668669
};
669670

670671
ps_jpg: power-controller@3c0 {
@@ -1005,6 +1006,7 @@
10051006
label = "disp0_cpu0";
10061007
power-domains = <&ps_disp0_fe>;
10071008
apple,always-on; /* TODO: figure out if we can enable PM here */
1009+
apple,min-state = <4>;
10081010
};
10091011
};
10101012

0 commit comments

Comments
 (0)