Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1468568 > unrolled thread
| Started by | Lars Persson <lars.persson@axis.com> |
|---|---|
| First post | 2016-08-23 16:10 +0200 |
| Last post | 2016-08-23 16:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 3/3] ARM: dts: artpec: set irq affinity on pmu interrupts Lars Persson <lars.persson@axis.com> - 2016-08-23 16:10 +0200
| From | Lars Persson <lars.persson@axis.com> |
|---|---|
| Date | 2016-08-23 16:10 +0200 |
| Subject | [PATCH 3/3] ARM: dts: artpec: set irq affinity on pmu interrupts |
| Message-ID | <s9kyS-52F-11@gated-at.bofh.it> |
The irq affinity is required for pmu interrupts. Signed-off-by: Lars Persson <larper@axis.com> --- arch/arm/boot/dts/artpec6.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/artpec6.dtsi b/arch/arm/boot/dts/artpec6.dtsi index 4e40d55..3489019c 100644 --- a/arch/arm/boot/dts/artpec6.dtsi +++ b/arch/arm/boot/dts/artpec6.dtsi @@ -150,6 +150,7 @@ 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>; }; -- 2.1.4
Back to top | Article view | linux.kernel
csiph-web