Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp6579085imu; Sun, 2 Dec 2018 22:14:40 -0800 (PST) X-Google-Smtp-Source: AFSGD/X7j9RVsk/m6jyOAnVY5dQqhfOYMcS0ToODXK6A5ENxD/1ZjiS8TSaZQ+5RPiY8CeMLAy0O X-Received: by 2002:a62:75d1:: with SMTP id q200mr14652930pfc.254.1543817679947; Sun, 02 Dec 2018 22:14:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543817679; cv=none; d=google.com; s=arc-20160816; b=S4kZhIQSlA5NEKTyHD7ERbp5y/Obynzx7IqfXkMouYmJBF6fM+sBgweNXevteYCD6P 67+lQ02+GF09YTafBD+Uyu3SZuRmfii6iMQigEU+/A06n8Ywuio1xM1KZzY5yiObM+FH fmbjjGNdrmQck3TFAfggmx9K1D2y4oXW/tA7fkxV7KTJu9vLVFJoKEv1ziHZADnRraRh +Xs9TNzKVX5kuKBKVcYpV8C9aUXF+sFusE4/0giQVO7Oh5EztzFgx3MFHa6keytHs248 AhRle4SkSeK52iP4hWMAi6z+vhjgOtX9y7cDh9TF+FSfP3PviURpEuWkHGJPzw3cF8DB ukBA== 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=Oeb+YEmMHJDS0j73vCE62lhEZkpTb/1FXy74zbHnzABh8dws88S9VvnGy7dGlLE4OY lFAS5QbNuQDABmdAIzLm2VbWpdAYh+KPFsu7vckE9WN3iBIOZ4Z7N8fYQr0/n09bOuD7 exIWNf00vwyibuzUtI6hXtpM/FLLbeC66tb8a5N62caRGPZEOxQcC6cVpidu6X38qyGm xAw0WRY1iApNc3074XVvrtgIYPWGxyaWH4mtyzc3erVa6ypSG0abrtMWLHQjLvHD1sOW ukiKsdkyeQ3TTl44sPTUtPwav46y1fXnGXyBQRsotuNbW7e35sNfPStQaCz1FWymivmt WzHA== 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 v8si13192165ply.126.2018.12.02.22.14.24; Sun, 02 Dec 2018 22:14:39 -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 S1725893AbeLCGNl (ORCPT + 99 others); Mon, 3 Dec 2018 01:13:41 -0500 Received: from mail-sh2.amlogic.com ([58.32.228.45]:48208 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725878AbeLCGNk (ORCPT ); Mon, 3 Dec 2018 01:13:40 -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; Mon, 3 Dec 2018 14:13:52 +0800 From: Xingyu Chen To: Marc Zyngier , Jason Cooper , Thomas Gleixner , Kevin Hilman CC: Xingyu Chen , Jianxin Pan , Carlo Caione , Jerome Brunet , Heiner Kallweit , Rob Herring , , , , Subject: [PATCH 1/2] dt-bindings: interrupt-controller: New binding for Meson-G12A SoC Date: Mon, 3 Dec 2018 14:13:23 +0800 Message-ID: <20181203061324.36248-2-xingyu.chen@amlogic.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181203061324.36248-1-xingyu.chen@amlogic.com> References: <20181203061324.36248-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