From patchwork Tue Aug 9 14:33:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 73555 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp517376qga; Tue, 9 Aug 2016 07:33:26 -0700 (PDT) X-Received: by 10.98.54.134 with SMTP id d128mr173298099pfa.150.1470753205944; Tue, 09 Aug 2016 07:33:25 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id zq10si2929166pab.103.2016.08.09.07.33.23; Tue, 09 Aug 2016 07:33:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752404AbcHIOdU (ORCPT + 27 others); Tue, 9 Aug 2016 10:33:20 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:45251 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750916AbcHIOdS (ORCPT ); Tue, 9 Aug 2016 10:33:18 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id u79EX8gZ031530; Tue, 9 Aug 2016 09:33:08 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u79EX7r4007871; Tue, 9 Aug 2016 09:33:07 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Tue, 9 Aug 2016 09:33:07 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u79EX77Y005171; Tue, 9 Aug 2016 09:33:07 -0500 Received: from localhost (uda0226330.am.dhcp.ti.com [128.247.83.4]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id u79EX7313879; Tue, 9 Aug 2016 09:33:07 -0500 (CDT) From: "Andrew F. Davis" To: Santosh Shilimkar , Russell King , Suman Anna CC: , , "Andrew F . Davis" Subject: [PATCH v2 3/3] ARM: dts: keystone-k2g: Add DSP GPIO controller node Date: Tue, 9 Aug 2016 09:33:06 -0500 Message-ID: <20160809143306.25028-4-afd@ti.com> X-Mailer: git-send-email 2.9.2 In-Reply-To: <20160809143306.25028-1-afd@ti.com> References: <20160809143306.25028-1-afd@ti.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the DSP GPIO controller node on K2G SoC. This is used to send interrupts to the only DSP processor subsystem present on the SoC. The IP is identical to that of the equivalent nodes on existing K2 SoCs. Signed-off-by: Andrew F. Davis Signed-off-by: Suman Anna --- arch/arm/boot/dts/keystone-k2g.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.9.2 diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi index eccda9c..025ad12 100644 --- a/arch/arm/boot/dts/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/keystone-k2g.dtsi @@ -106,5 +106,12 @@ #interrupt-cells = <1>; ti,syscon-dev = <&devctrl 0x2a0>; }; + + dspgpio0: keystone_dsp_gpio@02620240 { + compatible = "ti,keystone-dsp-gpio"; + gpio-controller; + #gpio-cells = <2>; + gpio,syscon-dev = <&devctrl 0x240>; + }; }; };