Skip to content

Commit 84220bf

Browse files
jannausvenpeter42
authored andcommitted
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>
1 parent 5434705 commit 84220bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@
733733
#power-domain-cells = <0>;
734734
#reset-cells = <0>;
735735
label = "gfx";
736+
power-domains = <&ps_pmp>;
736737
};
737738

738739
ps_dcs4: power-controller@320 {

0 commit comments

Comments
 (0)