summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/berlin2.dtsi
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2014-12-26 16:58:00 +0800
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2015-01-07 15:25:37 +0100
commit2356d2f3d1b742dacdeb1b0a038ec17f7cc2947f (patch)
tree5f585ee3d51a35832bd440e1a2520a2174ec00fc /arch/arm/boot/dts/berlin2.dtsi
parentd4ce8042bf736aee0f60e5165adacd0f6bfafbb4 (diff)
ARM: dts: berlin: add PPI cpu mask to twd timer interrupts
According to the gic binding document, "bits[15:8] PPI interrupt cpu mask. Each bit corresponds to each of the 8 possible cpus attached to the GIC. A bit set to '1' indicated the interrupt is wired to that CPU." This patch wants to add the PPI cpu mask for completeness. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/berlin2.dtsi')
-rw-r--r--arch/arm/boot/dts/berlin2.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi
index 015a06c67c91..63d00a63cfa6 100644
--- a/arch/arm/boot/dts/berlin2.dtsi
+++ b/arch/arm/boot/dts/berlin2.dtsi
@@ -104,7 +104,7 @@
local-timer@ad0600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0xad0600 0x20>;
- interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
clocks = <&chip CLKID_TWD>;
};