Skip to content

Commit 1852e22

Browse files
author
Marc Zyngier
committed
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: Marc Zyngier <maz@kernel.org>
1 parent c770881 commit 1852e22

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,18 @@
213213
interrupt-controller;
214214
reg = <0x2 0x3b100000 0x0 0x8000>;
215215
power-domains = <&ps_aic>;
216+
217+
affinities {
218+
e-core-pmu-affinity {
219+
apple,fiq-index = <AIC_CPU_PMU_E>;
220+
cpus = <&cpu0 &cpu1 &cpu2 &cpu3>;
221+
};
222+
223+
p-core-pmu-affinity {
224+
apple,fiq-index = <AIC_CPU_PMU_P>;
225+
cpus = <&cpu4 &cpu5 &cpu6 &cpu7>;
226+
};
227+
};
216228
};
217229

218230
pmgr: power-management@23b700000 {

0 commit comments

Comments
 (0)