Commit 34e5719e authored by Hector Martin's avatar Hector Martin
Browse files

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: default avatarSven Peter <sven@svenpeter.dev>
Signed-off-by: default avatarHector Martin <marcan@marcan.st>
parent d824dade
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -665,6 +665,7 @@ ps_dispext_cpu0: power-controller@378 {
		#reset-cells = <0>;
		label = "dispext_cpu0";
		power-domains = <&ps_dispext_fe>;
		apple,min-state = <4>;
	};

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