summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/apple/t6002.dtsi
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-12-08 19:44:12 +0300
committerArnd Bergmann <arnd@arndb.de>2022-12-08 19:44:12 +0300
commitc83ce312081cf024b00a8a7fe785a90ba94b69fb (patch)
tree70240d93dd62a8fa98ea884e49d01be92e09cb8f /arch/arm64/boot/dts/apple/t6002.dtsi
parentda060ab86eb0de7954dafa34aefa9cc58cc4e76c (diff)
parent67327f125801f98aec9e2cf5e1df16cf493a065f (diff)
downloadlinux-c83ce312081cf024b00a8a7fe785a90ba94b69fb.tar.xz
Merge tag 'asahi-soc-dt-6.2-v3' of https://github.com/AsahiLinux/linux into soc/dt
Apple SoC DT updates for 6.2 (v3). One final update for 6.2. This includes: * L1/L2 cache topology for t8103 * A bunch of typo, style, and minor functional fixes * tag 'asahi-soc-dt-6.2-v3' of https://github.com/AsahiLinux/linux: arm64: dts: apple: t6002: Fix GPU power domains arm64: dts: apple: t600x-pmgr: Fix search & replace typo arm64: dts: apple: Add t8103 L1/L2 cache properties and nodes arm64: dts: apple: Rename dart-sio* to sio-dart* arch: arm64: apple: t600x: Use standard "iommu" node name arch: arm64: apple: t8103: Use standard "iommu" node name Link: https://lore.kernel.org/r/488ad4e9-04dc-1774-3bbe-d313ef30f14d@marcan.st Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/apple/t6002.dtsi')
-rw-r--r--arch/arm64/boot/dts/apple/t6002.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apple/t6002.dtsi b/arch/arm64/boot/dts/apple/t6002.dtsi
index 15da2c7eb1fe..a963a5011799 100644
--- a/arch/arm64/boot/dts/apple/t6002.dtsi
+++ b/arch/arm64/boot/dts/apple/t6002.dtsi
@@ -294,3 +294,8 @@
};
};
};
+
+&ps_gfx {
+ // On t6002, the die0 GPU power domain needs both AFR power domains
+ power-domains = <&ps_afr>, <&ps_afr_die1>;
+};