diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-11-09 23:36:00 +0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-12-13 05:29:17 +0400 |
commit | 0ee154443b9906a792b0b32a5b897947bb90c827 (patch) | |
tree | 4708e6f94750991baffa996eed5260eb538de2f6 /arch/arm/boot/dts/keystone.dtsi | |
parent | a18b4aa2a061b146c018f9ebd3e0a8bb35445e57 (diff) | |
download | linux-0ee154443b9906a792b0b32a5b897947bb90c827.tar.xz |
ARM: dts: keystone: Add guestos maintenance interrupt
Update the Keystone gic device tree entry to add the maintenance
interrupt information.
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/keystone.dtsi')
-rw-r--r-- | arch/arm/boot/dts/keystone.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index 00ce8f3c096a..f6d6d9e5effd 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi @@ -65,6 +65,8 @@ <0x0 0x02562000 0x0 0x2000>, <0x0 0x02564000 0x0 0x1000>, <0x0 0x02566000 0x0 0x2000>; + interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | + IRQ_TYPE_LEVEL_HIGH)>; }; timer { |