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 5934DECAAD5 for ; Sat, 10 Sep 2022 11:43:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229624AbiIJLn2 (ORCPT ); Sat, 10 Sep 2022 07:43:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229446AbiIJLn2 (ORCPT ); Sat, 10 Sep 2022 07:43:28 -0400 Received: from soltyk.jannau.net (soltyk.jannau.net [144.76.91.90]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F341476FF; Sat, 10 Sep 2022 04:43:26 -0700 (PDT) Received: by soltyk.jannau.net (Postfix, from userid 1000) id 056FB26F009; Sat, 10 Sep 2022 13:43:24 +0200 (CEST) Date: Sat, 10 Sep 2022 13:43:24 +0200 From: Janne Grunau To: Marc Zyngier Cc: asahi@lists.linux.dev, Mark Kettenis , Alyssa Rosenzweig , Hector Martin , Krzysztof Kozlowski , Rob Herring , Sven Peter , Thomas Gleixner , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 01/10] dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description Message-ID: <20220910114324.GD4024@jannau.net> References: <20220909135103.98179-1-j@jannau.net> <20220909135103.98179-2-j@jannau.net> <874jxfqzvj.wl-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874jxfqzvj.wl-maz@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 2022-09-10 11:37:20 +0100, Marc Zyngier wrote: > On Fri, 09 Sep 2022 14:50:54 +0100, > Janne Grunau wrote: > > > > Fixes: dba07ad11384 ("dt-bindings: apple,aic: Add affinity description for per-cpu pseudo-interrupts") > > Signed-off-by: Janne Grunau > > --- > > > > .../devicetree/bindings/interrupt-controller/apple,aic.yaml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml b/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml > > index 85c85b694217..e18107eafe7c 100644 > > --- a/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml > > +++ b/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml > > @@ -96,7 +96,7 @@ properties: > > Documentation/devicetree/bindings/arm/cpus.yaml). > > > > required: > > - - fiq-index > > + - apple,fiq-index > > - cpus > > > > required: > > With a commit message added, I've added | The required list used "fiq-index" instead of "apple,fiq-index" | described as property and used in the dts. Add the missing "apple," | prefix. as commit description. > Acked-by: Marc Zyngier Thanks, Janne