Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp1093912pxb; Fri, 21 Jan 2022 09:43:12 -0800 (PST) X-Google-Smtp-Source: ABdhPJwifd1ItFa35Vxce6KXvKEfJHJ+bggthvCKltCNu9N00uK7AEiuMel6VFOkLS8ROLKyxu8x X-Received: by 2002:a17:902:9a4b:b0:14a:b17e:b2a5 with SMTP id x11-20020a1709029a4b00b0014ab17eb2a5mr4903648plv.105.1642786992293; Fri, 21 Jan 2022 09:43:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642786992; cv=none; d=google.com; s=arc-20160816; b=OoqnAiZX9oosXwi8uk4f4N7cDqSAgjtqEfD/WXPkK/pJE8nsQHbMxtI9RfIleKXEoc ZnWM6dRTqDWCvaDai+cGJ0ym3Vw//FZyE4Fl5hBxURhcN0P3EpT0E3bOyya60lllgfC7 XoN4Xf9gMgInhTOWeFJ8yu8jHTn2szUN6Bsh04kmsewPq3/ZEzWRtFynjGqRrdNhW5qL hXKdMtOpfEY0PDcqejAALOsFPG02UAGgdMZOVo2eT7uB4bNhP8OTVXtQ+TWGPZVRiwt9 xm19R4UPhCCOsgXHwEOXTzknonTBkOrE6D4sBiL43wLG/UljehHKxuI81fwGMFzAXwJv X0dw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Fxo0ji5aC16A6CNuVWC4iFFJGYQee1nNd3NnAgHLq0Y=; b=wFzruPRDL0T5crbKfYYFE3syGSEv0HSe5nWtpJ/cursGA4nsleFzJJN5ZoipDm6olL tWo/ZscSi0dHuuR5Fn45NnLi7zqEedasnSfstPtFHqlzoBg8hyKaeHplak9fIuEkFIPH qVa18tSOzh0bXiPY7F4MmtN1F5KUwByAmVsYiV3MQnyYHFm2/2xpobfzmhw4V159xRQB UR7KeIhFT6Mn80O+rw0M0+YDvQF0GFarxvwXaqSFq5qu8JJ/CA9HQT+FoXc2MHu300gA bKm9cgWhRf4M0zs/jy23+yVU07RYAHQDXfZUtJi9isn3V+6FgEQIUjCQovS4rlntSO1a RE7w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n3si7334803pgd.625.2022.01.21.09.42.59; Fri, 21 Jan 2022 09:43:12 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351889AbiASHIQ (ORCPT + 99 others); Wed, 19 Jan 2022 02:08:16 -0500 Received: from mail-sz.amlogic.com ([211.162.65.117]:18131 "EHLO mail-sz.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345240AbiASHIO (ORCPT ); Wed, 19 Jan 2022 02:08:14 -0500 Received: from droid09-sz.software.amlogic (10.28.8.19) by mail-sz.amlogic.com (10.28.11.5) with Microsoft SMTP Server id 15.1.2176.2; Wed, 19 Jan 2022 15:08:12 +0800 From: Qianggui Song To: Thomas Gleixner , Marc Zyngier CC: Qianggui Song , Kevin Hilman , Neil Armstrong , Jerome Brunet , Martin Blumenstingl , , , , , Rob Herring Subject: [PATCH v2 1/4] dt-bindings: interrupt-controller: New binding for Meson-S4 SoCs Date: Wed, 19 Jan 2022 15:08:06 +0800 Message-ID: <20220119070809.15563-2-qianggui.song@amlogic.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220119070809.15563-1-qianggui.song@amlogic.com> References: <20220119070809.15563-1-qianggui.song@amlogic.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.28.8.19] Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update dt-binding document for GPIO interrupt controller of Meson-S4 SoCs Signed-off-by: Qianggui Song --- .../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 23b18b92c558..bde63f8f090e 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/amlogic,meson-gpio-intc.txt @@ -18,6 +18,7 @@ Required properties: "amlogic,meson-g12a-gpio-intc" for G12A SoCs (S905D2, S905X2, S905Y2) "amlogic,meson-sm1-gpio-intc" for SM1 SoCs (S905D3, S905X3, S905Y3) "amlogic,meson-a1-gpio-intc" for A1 SoCs (A113L) + "amlogic,meson-s4-gpio-intc" for S4 SoCs (S802X2, S905Y4, S805X2G, S905W2) - 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.34.1