From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6AB9C00A89 for ; Mon, 2 Nov 2020 10:17:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7404B2225E for ; Mon, 2 Nov 2020 10:17:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728183AbgKBKRB (ORCPT ); Mon, 2 Nov 2020 05:17:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728005AbgKBKRA (ORCPT ); Mon, 2 Nov 2020 05:17:00 -0500 Received: from leonov.paulk.fr (vpn-0-22.aquilenet.fr [IPv6:2a0c:e300:4:22::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B30CC0617A6; Mon, 2 Nov 2020 02:17:00 -0800 (PST) Received: from gagarine.paulk.fr (gagarine [192.168.1.127]) by leonov.paulk.fr (Postfix) with ESMTPS id 4EBD0C013D; Mon, 2 Nov 2020 11:16:56 +0100 (CET) Received: by gagarine.paulk.fr (Postfix, from userid 114) id B257DC1515; Mon, 2 Nov 2020 11:16:55 +0100 (CET) Received: from aptenodytes (unknown [192.168.1.1]) by gagarine.paulk.fr (Postfix) with ESMTPSA id 085FAC0571; Mon, 2 Nov 2020 11:16:47 +0100 (CET) Date: Mon, 2 Nov 2020 11:16:46 +0100 From: Paul Kocialkowski To: Maxime Ripard Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Chen-Yu Tsai , Matteo Scordino , Icenowy Zheng Subject: Re: [PATCH 4/9] dt-bindings: irq: sun7i-nmi: Add binding for the V3s NMI Message-ID: <20201102101646.GA11809@aptenodytes> References: <20201031182137.1879521-1-contact@paulk.fr> <20201031182137.1879521-5-contact@paulk.fr> <20201102100918.7vutmnkiwvumgkyf@gilmour.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201102100918.7vutmnkiwvumgkyf@gilmour.lan> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, On Mon 02 Nov 20, 11:09, Maxime Ripard wrote: > On Sat, Oct 31, 2020 at 07:21:32PM +0100, Paul Kocialkowski wrote: > > The NMI interrupt controller takes a specific compatible for the V3s. > > Why? Well, it's explained in details in the patch adding support in the driver and in less details when adding the dt nodes. But okay I'll add a short explanation here as well :) > > Add it to the device-tree bindings documentation. > > > > Signed-off-by: Paul Kocialkowski > > --- > > .../interrupt-controller/allwinner,sun7i-a20-sc-nmi.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun7i-a20-sc-nmi.yaml b/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun7i-a20-sc-nmi.yaml > > index 8acca0ae3129..52364c2200ef 100644 > > --- a/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun7i-a20-sc-nmi.yaml > > +++ b/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun7i-a20-sc-nmi.yaml > > @@ -26,6 +26,7 @@ properties: > > - const: allwinner,sun6i-a31-sc-nmi > > deprecated: true > > - const: allwinner,sun7i-a20-sc-nmi > > + - const: allwinner,sun8i-v3s-sc-nmi > > This should be sorted Ah sorry. So this should be between allwinner,sun8i-a83t-r-intc and allwinner,sun9i-a80-nmi then. -- Developer of free digital technology and hardware support. Website: https://www.paulk.fr/ Coding blog: https://code.paulk.fr/ Git repositories: https://git.paulk.fr/ https://git.code.paulk.fr/