Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp9140965imu; Tue, 4 Dec 2018 22:47:30 -0800 (PST) X-Google-Smtp-Source: AFSGD/VpcjAP6UwCjt3fp5fmCvxzFCCRuv75dS2vrXkiMixhmpCQyqs0D2qcerZlPUR/hF7gFCIV X-Received: by 2002:a17:902:b282:: with SMTP id u2mr23319811plr.89.1543992450877; Tue, 04 Dec 2018 22:47:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543992450; cv=none; d=google.com; s=arc-20160816; b=j9WPJ0cCjx4IF6kS3kljjUjwp6o5x5iH3zYwysNbjLow6ZZiSPPf9yKShOC9T8f3QZ afufnQSbTrvGeU2NlLoRxJWd/hEGszBZZ9KB8fBzMvrUt/bvQq8ycB39g9aBX5zOPmfF Y9VHuq7XYn3roKbgsKmnilbs14YTYTLi9Ayo1q7JFNTih9Y0qpiAzeatCpt3/632XB7z MlbTspeh3iBzxBrrJh9QeYWDHsEhaT3eXbEGAybOu1vfNHjl8Pj4sTfU7TbYGJHRrCER BgAJvhIbll3mhaRD5kZHDyFtWJd3mOXCv3FdGvE8UP5Qs3fM2obMfFWE+TmHoMjAB3Ok RvCg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=aXPDOhjHXdnNMeT96V7x7jqMptRF9IDHGrXpjVYhMWQ=; b=s+pXjW3zyKS5eBcwZcOP1kkFf8s415Jn2+yYKFV7l7p/ayYmNgK4CtvgpL58qN9oKs UzpaFibn8lEkG7osQxGs/gj2YVnCP0pzvNan/jO1Q+cKRcaQ1phIApxUG2j054OisL/2 zLXHL3t/8mHncwjRvEogMWqAlIC2WMHsHo0IRKBJJ/xQXt1ESs2py9QuimaxMxg6ehBv bL4xYQ5IK8atdlnlo+IRud5lIjR3nH0WuFvVxhq7lqwJXkQamOJNXiWobi5qSsXWkZ5U kbQ30Hux+Ih+cWqoMLFC/c5q3/af+bt+sXhLR+BqOKYlUZj+GggcHCmpwMThoghnKZqD 5DiA== ARC-Authentication-Results: i=1; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e7si20369828pfh.147.2018.12.04.22.47.15; Tue, 04 Dec 2018 22:47:30 -0800 (PST) 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 S1727038AbeLEGqh (ORCPT + 99 others); Wed, 5 Dec 2018 01:46:37 -0500 Received: from mail-sh2.amlogic.com ([58.32.228.45]:37085 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726937AbeLEGqf (ORCPT ); Wed, 5 Dec 2018 01:46:35 -0500 Received: from localhost.localdomain (10.28.8.22) by mail-sh2.amlogic.com (10.18.11.6) with Microsoft SMTP Server id 15.0.1320.4; Wed, 5 Dec 2018 14:46:45 +0800 From: Xingyu Chen To: Marc Zyngier , Jason Cooper , Thomas Gleixner , Kevin Hilman CC: Neil Armstrong , Carlo Caione , Jerome Brunet , Heiner Kallweit , Rob Herring , Jianxin Pan , Xingyu Chen , , , Subject: [PATCH v2 1/2] dt-bindings: interrupt-controller: New binding for Meson-G12A SoC Date: Wed, 5 Dec 2018 14:46:10 +0800 Message-ID: <20181205064611.29076-2-xingyu.chen@amlogic.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181205064611.29076-1-xingyu.chen@amlogic.com> References: <20181205064611.29076-1-xingyu.chen@amlogic.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.28.8.22] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update the dt-binding document to support new compatible string for the GPIO interrupt controller which found in Amlogic's Meson-G12A SoC. Signed-off-by: Xingyu Chen Signed-off-by: Jianxin Pan --- .../bindings/interrupt-controller/amlogic,meson-gpio-intc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.txt b/Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.txt index 1502a51548bb..7d531d5fff29 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.txt @@ -15,6 +15,7 @@ Required properties: "amlogic,meson-gxbb-gpio-intc" for GXBB SoCs (S905) or "amlogic,meson-gxl-gpio-intc" for GXL SoCs (S905X, S912) "amlogic,meson-axg-gpio-intc" for AXG SoCs (A113D, A113X) + "amlogic,meson-g12a-gpio-intc" for G12A SoCs (S905D2, S905X2, S905Y2) - reg : Specifies base physical address and size of the registers. - interrupt-controller : Identifies the node as an interrupt controller. - #interrupt-cells : Specifies the number of cells needed to encode an -- 2.19.2