From patchwork Sun May 7 16:34:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiner Kallweit X-Patchwork-Id: 759496 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3wLgvB055lz9s5L for ; Mon, 8 May 2017 08:55:02 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="XsMV+3/+"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755747AbdEGWzA (ORCPT ); Sun, 7 May 2017 18:55:00 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:36527 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753064AbdEGWy7 (ORCPT ); Sun, 7 May 2017 18:54:59 -0400 Received: by mail-wr0-f196.google.com with SMTP id v42so6173634wrc.3; Sun, 07 May 2017 15:54:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:subject:to:cc:references:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=L7u92U3T947B4nwpehlZ174W4+2sXoK67X0GdIjpg84=; b=XsMV+3/+Wpi/DSwSWkB33U/dbZS7tHWBsx667JBmEL+LQ8/y3Sa8IkoD6Vzmz386t+ UMT3IvUBCxa85cZNKh/i9KE4Nomj0w6df/nrWe7VWYU9SXPx7GV8BGRxQiqTy7wmHBQ2 RGin63KoF8u6fIFdJLrvLcHCAohB05kz25h4Bwt9lDrVDQPpfEeatAPFFaIcLHGv2gc2 lhlt6SYP0yHCakeFwUWFlcuv6mC2sIQ1sv3KfvJn87Qr2h6YBst8z5GKmbItds2a2T0N BCLOgO+RNxPszIf0uP8Emk3yY9rRSDSIsICU3tvCLSljKg2YmxTC1FcSnHI/Dqeyqzzw P8xQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:to:cc:references:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=L7u92U3T947B4nwpehlZ174W4+2sXoK67X0GdIjpg84=; b=KgOmOj6ITmNT/N/dfGfY5VxSPEM1KxyG74mQ/qZaybsVlEc4iDRl2lPJJfzci/QGbp dFk82jUFJioS+M4+X+jKbvYYvcwXbYm5r3NgYN/SwO/ecUBEbPxV9o2n/VT7vaXj+zVQ 5dlxCdZge9xowh/qbZPACa/qP9SE033nHmGQT8Td6VNYAJzohbwaBW2rU3MeThzgbvVv qEimzgYcM5Qx0BFWcoz1yw38SQv+4gPcQB9N+Y2To7HqyBQt5XBKXUAeo2jJtJe0rwyf U25btJJY/dAnipiuhLbGYg5z7V1W6NewODY8lRNHHX10KtiO3vbtMxdkhwIRYk2j1e/1 6hGQ== X-Gm-Message-State: AN3rC/6ggIYaD0OuhxEqax74hYgmsxVeJBsM/tu0ypBgpmbcmLOEBeu0 ZOGHXZTsr5Pw0oet X-Received: by 10.223.133.216 with SMTP id 24mr43901866wru.194.1494174926104; Sun, 07 May 2017 09:35:26 -0700 (PDT) Received: from ?IPv6:2003:c6:ebf6:4900:94d9:aec7:57b9:25fe? (p200300C6EBF6490094D9AEC757B925FE.dip0.t-ipconnect.de. [2003:c6:ebf6:4900:94d9:aec7:57b9:25fe]) by smtp.googlemail.com with ESMTPSA id l7sm16999091wrc.52.2017.05.07.09.35.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 07 May 2017 09:35:25 -0700 (PDT) From: Heiner Kallweit Subject: [PATCH 4/5] pintrl: meson: add DT node for GPIO IRQ on Meson 8 / 8b To: Jerome Brunet , Mark Rutland , Marc Zyngier , Linus Walleij Cc: devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-gpio@vger.kernel.org References: Message-ID: Date: Sun, 7 May 2017 18:34:20 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Add the DT node for GPIO IRQ support on AMlogic Meson 8 and 8b. Signed-off-by: Heiner Kallweit --- arch/arm/boot/dts/meson8.dtsi | 13 +++++++++++++ arch/arm/boot/dts/meson8b.dtsi | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi index ebc763ea..bf76a120 100644 --- a/arch/arm/boot/dts/meson8.dtsi +++ b/arch/arm/boot/dts/meson8.dtsi @@ -91,6 +91,19 @@ clock-frequency = <141666666>; }; + gpio_irq@c1109880 { + compatible = "amlogic,meson-gpio-interrupt", "syscon"; + reg = <0xc1109880 0x10>; + interrupts = , + , + , + , + , + , + , + ; + }; + pinctrl_cbus: pinctrl@c1109880 { compatible = "amlogic,meson8-cbus-pinctrl"; reg = <0xc1109880 0x10>; diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index 828aa49c..b5a92461 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -183,6 +183,19 @@ status = "disabled"; }; + gpio_irq@c1109880 { + compatible = "amlogic,meson-gpio-interrupt", "syscon"; + reg = <0xc1109880 0x10>; + interrupts = , + , + , + , + , + , + , + ; + }; + pinctrl_cbus: pinctrl@c1109880 { compatible = "amlogic,meson8b-cbus-pinctrl"; reg = <0xc1109880 0x10>;