From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932868AbcHIN6L (ORCPT ); Tue, 9 Aug 2016 09:58:11 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:51022 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932500AbcHIN6G (ORCPT ); Tue, 9 Aug 2016 09:58:06 -0400 From: "Andrew F. Davis" To: Santosh Shilimkar , Russell King , Suman Anna CC: , , "Andrew F . Davis" Subject: [PATCH 2/3] ARM: dts: keystone-k2g: Add keystone IRQ controller node Date: Tue, 9 Aug 2016 08:57:52 -0500 Message-ID: <20160809135753.20712-2-afd@ti.com> X-Mailer: git-send-email 2.9.2 In-Reply-To: <20160809135753.20712-1-afd@ti.com> References: <20160809135753.20712-1-afd@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the Keystone IRQ controller IP node on Keystone 2 Galileo SoC. This allows the ARM CorePac core to receive interrupts from remote processor devices (eg: DSP) on the SoC. The IP is identical in functionality to that of the equivalent nodes on existing K2 SoCs. The only difference is the ARM INTC interrupt id/event number. Signed-off-by: Andrew F. Davis Signed-off-by: Suman Anna --- arch/arm/boot/dts/keystone-k2g.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi index fe17dc4..eccda9c 100644 --- a/arch/arm/boot/dts/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/keystone-k2g.dtsi @@ -98,5 +98,13 @@ clock-frequency = <200000000>; status = "disabled"; }; + + kirq0: keystone_irq@026202a0 { + compatible = "ti,keystone-irq"; + interrupts = ; + interrupt-controller; + #interrupt-cells = <1>; + ti,syscon-dev = <&devctrl 0x2a0>; + }; }; }; -- 2.9.2