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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CAD29C001DF for ; Fri, 20 Oct 2023 08:09:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235653AbjJTIJC (ORCPT ); Fri, 20 Oct 2023 04:09:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233391AbjJTIJA (ORCPT ); Fri, 20 Oct 2023 04:09:00 -0400 Received: from Atcsqr.andestech.com (60-248-80-70.hinet-ip.hinet.net [60.248.80.70]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B69F19E for ; Fri, 20 Oct 2023 01:08:58 -0700 (PDT) Received: from mail.andestech.com (ATCPCS16.andestech.com [10.0.1.222]) by Atcsqr.andestech.com with ESMTP id 39K88Sw2002009; Fri, 20 Oct 2023 16:08:28 +0800 (+08) (envelope-from peterlin@andestech.com) Received: from APC323 (10.0.12.98) by ATCPCS16.andestech.com (10.0.1.222) with Microsoft SMTP Server id 14.3.498.0; Fri, 20 Oct 2023 16:08:27 +0800 Date: Fri, 20 Oct 2023 16:08:27 +0800 From: Yu-Chien Peter Lin To: Krzysztof Kozlowski CC: , , , , , , , , , , , , , Subject: Re: [PATCH v2 05/10] dt-bindings: riscv: Add andestech,cpu-intc to interrupt-controller Message-ID: References: <20231019135905.3658215-1-peterlin@andestech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.2.10 (2023-03-25) X-Originating-IP: [10.0.12.98] X-DNSRBL: X-MAIL: Atcsqr.andestech.com 39K88Sw2002009 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 20, 2023 at 09:00:03AM +0200, Krzysztof Kozlowski wrote: > On 19/10/2023 15:59, Yu Chien Peter Lin wrote: > > Add "andestech,cpu-intc" compatible string for Andes INTC which > > provides Andes-specific IRQ chip functions. > > > > Signed-off-by: Yu Chien Peter Lin > > --- > > Changes v1 -> v2: > > - New patch > > --- > > Documentation/devicetree/bindings/riscv/cpus.yaml | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml > > index 97e8441eda1c..5b216e11c69f 100644 > > --- a/Documentation/devicetree/bindings/riscv/cpus.yaml > > +++ b/Documentation/devicetree/bindings/riscv/cpus.yaml > > @@ -99,7 +99,9 @@ properties: > > const: 1 > > > > compatible: > > - const: riscv,cpu-intc > > + enum: > > + - riscv,cpu-intc > > + - andestech,cpu-intc > > Keep alphabetical order. Do not add stuff to the end of the lists. This > is a generic rule. Everywhere. Hi Krzysztof, Thansk for pointing this out. Will fix this in PATCH v3. Best regards, Peter Lin > Best regards, > Krzysztof >