Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1365930 > unrolled thread

[PATCH 2/4] arm64: dts: Add maintenance interrupt for GIC in NS2 DT

Started byAnup Patel <anup.patel@broadcom.com>
First post2016-03-29 09:30 +0200
Last post2016-03-29 09:30 +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.


Contents

  [PATCH 2/4] arm64: dts: Add maintenance interrupt for GIC in NS2 DT Anup Patel <anup.patel@broadcom.com> - 2016-03-29 09:30 +0200

#1365930 — [PATCH 2/4] arm64: dts: Add maintenance interrupt for GIC in NS2 DT

FromAnup Patel <anup.patel@broadcom.com>
Date2016-03-29 09:30 +0200
Subject[PATCH 2/4] arm64: dts: Add maintenance interrupt for GIC in NS2 DT
Message-ID<rhWga-2Ka-5@gated-at.bofh.it>
The KVM ARM64 requires GIC maintenance interrupt for VGIC emulation
so this patch adds the missing "interrupts" attribute to GIC node in
NS2 DT.

Signed-off-by: Anup Patel <anup.patel@broadcom.com>
Reviewed-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
---
 arch/arm64/boot/dts/broadcom/ns2.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/broadcom/ns2.dtsi b/arch/arm64/boot/dts/broadcom/ns2.dtsi
index a9f4585..940ed52 100644
--- a/arch/arm64/boot/dts/broadcom/ns2.dtsi
+++ b/arch/arm64/boot/dts/broadcom/ns2.dtsi
@@ -347,6 +347,8 @@
 			      <0x65220000 0x1000>,
 			      <0x65240000 0x2000>,
 			      <0x65260000 0x1000>;
+			interrupts = <GIC_PPI 9 (GIC_CPU_MASK_RAW(0xf) |
+				      IRQ_TYPE_LEVEL_HIGH)>;
 		};
 
 		timer0: timer@66030000 {
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web