ARM: dts: artpec: set irq affinity on pmu interrupts
The irq affinity is required for pmu interrupts. Signed-off-by: Lars Persson <larper@axis.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
1b875160af
commit
92467a5fd5
|
@ -150,6 +150,7 @@ pmu {
|
|||
compatible = "arm,cortex-a9-pmu";
|
||||
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-affinity = <&cpu0>, <&cpu1>;
|
||||
interrupt-parent = <&intc>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue