arm64: dts: apple: t8103: Add ps_pmp dependency to ps_gfx

AGX appears to have a hidden communication channel to pmp, a power
management related co-processor already brought up by Apple's
bootloader. As there is not driver for this co-processor its
power-domain gets shut down after the initial boot.
This crashes the firmware running on AGX immediately.
Until there is a pmp driver and the dependency between AGX and pmp is
understood keep "ps_pmp" as dependency of "ps_gfx".

Signed-off-by: Janne Grunau <j@jannau.net>
Link: https://patch.msgid.link/20260108-apple-dt-pmgr-fixes-v1-3-cfdce629c0a8@jannau.net
Signed-off-by: Sven Peter <sven@kernel.org>
This commit is contained in:
Janne Grunau 2026-01-08 22:04:03 +01:00 committed by Sven Peter
parent 5434705682
commit 84220bfe9b

View File

@ -733,6 +733,7 @@ ps_gfx: power-controller@3f8 {
#power-domain-cells = <0>;
#reset-cells = <0>;
label = "gfx";
power-domains = <&ps_pmp>;
};
ps_dcs4: power-controller@320 {