Skip to content

Commit f1d48a1

Browse files
Radhey Shyam Pandeymichalsimek
authored andcommitted
arm64: zynqmp: Add pmu interrupt-affinity
Based on dt-binding "This property should present when there is more than a single SPI" that's also case that's why explicitly specify interrupt affinity to avoid incorrect usage. Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/dde2e4b5ac6018adb9bfae05bb3800af6b7c0f0e.1684767562.git.michal.simek@amd.com
1 parent 1d831ca commit f1d48a1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/xilinx/zynqmp.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@
155155
<0 144 4>,
156156
<0 145 4>,
157157
<0 146 4>;
158+
interrupt-affinity = <&cpu0>,
159+
<&cpu1>,
160+
<&cpu2>,
161+
<&cpu3>;
158162
};
159163

160164
psci {

0 commit comments

Comments
 (0)