Commit 1852e22b authored by Marc Zyngier's avatar Marc Zyngier
Browse files

arm64: dts: apple: Add t8103 PMU interrupt affinities



The two PMU pseudo interrupts have specific affinities. One set
is affine to the small cores, and the other set affine to the
big ones.

Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent c7708816
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -213,6 +213,18 @@
			interrupt-controller;
			reg = <0x2 0x3b100000 0x0 0x8000>;
			power-domains = <&ps_aic>;

			affinities {
				e-core-pmu-affinity {
					apple,fiq-index = <AIC_CPU_PMU_E>;
					cpus = <&cpu0 &cpu1 &cpu2 &cpu3>;
				};

				p-core-pmu-affinity {
					apple,fiq-index = <AIC_CPU_PMU_P>;
					cpus = <&cpu4 &cpu5 &cpu6 &cpu7>;
				};
			};
		};

		pmgr: power-management@23b700000 {