Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp2744972pxb; Mon, 31 Jan 2022 03:27:27 -0800 (PST) X-Google-Smtp-Source: ABdhPJyj5v556MPGK0e514nLAZuJQ7CyuDYtkT92qqDESopqPSro1UcchhCcQv1NrGvwPf8oqvIn X-Received: by 2002:a17:902:7484:: with SMTP id h4mr20060060pll.99.1643628447266; Mon, 31 Jan 2022 03:27:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643628447; cv=none; d=google.com; s=arc-20160816; b=kkjk2B7ox1nEMBioHAOerZaUxvodvtjkZrO0M0Apgjq9SpZTkFIu33Y9vzSQRJs60/ 3a4ww+5kWBEWWaKH3XYb9iylPpFZWoLDDYbqLxW1uAAgh7Cq4N+w/ySb9I/W8Jf0UeKX BvB/nj9GC7VW+cWGfRzRnL+6D2aGsomDSViGgdl0x/9k9CvLrJm1mPXv/dt/ueBBs+Mn U9CHK7ZC/nIaOCL3vU8OmOXx78VDHEotuTX3l7D5oxpBdEP+IZt4+Xc+nwuDzvLxsYFX iwBGEDn5dz8Vbc4YQV+1T+jkguETkJHvG/u9I/XTCTC8iEoTo/HhT/9qYke7XNQIRIxI zLXw== 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:subject:reply-to:cc:from:to:date; bh=6UsyKuiUV+s2Vs7proZ+EIj2xug20KoyPNnvYpnH4FM=; b=KklKWb8+EkHQclpup9zFL4OVTsKacBUoNWPuuisrp1uBn0DiwCUNIU0krHIIxwPL2r gVgyViwP/tEBpdDpD+rfevPdiKPqhBptMB+OxIry/xPKmnGFto+j5YPQL/K6aJaTnSCc Qp+D9TVEyGFvSpDpO7GrP+2pDmNz+7fafEUcWHl4lP+7wxyhHn1CtN11VdsrCh2YF5IP N66ENoSf6S0gjUw3Mwc68r/swKpJ+wpMLk3XN+Qkd1mJdCmZsy8LBInpa61Ssm9kBMA6 rBB4+ydgMRCk+XUOuG8kV4VK8D8IsLvI77a1Gzn1scKOpw6WCPpmzOlm1/oADXomgoud VDzg== 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; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=conchuod.ie Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 10si13126711pgc.813.2022.01.31.03.27.16; Mon, 31 Jan 2022 03:27:27 -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; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=conchuod.ie Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239380AbiA1Rza convert rfc822-to-8bit (ORCPT + 99 others); Fri, 28 Jan 2022 12:55:30 -0500 Received: from mail-0301.mail-europe.com ([188.165.51.139]:50104 "EHLO mail-0301.mail-europe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234508AbiA1Rz3 (ORCPT ); Fri, 28 Jan 2022 12:55:29 -0500 Date: Fri, 28 Jan 2022 17:55:24 +0000 Authentication-Results: mail-4317.proton.ch; dkim=none To: Geert Uytterhoeven From: Conor Dooley Cc: Daniel Lezcano , Thomas Gleixner , Palmer Dabbelt , Paul Walmsley , Anup Patel , Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, Rob Herring Reply-To: Conor Dooley Subject: Re: [PATCH v4 1/2] dt-bindings: timer: sifive, clint: Fix number of interrupts Message-ID: <57Vhxv8ckv7WroKy1FfDqfQsDLTkgIaUSc-aiOIftZeBHjDkXLAqDfcsCMHgEYQvPebzA9iZExDD2HfRw-Vmm03d-h-MlwJqH8T8JDSVWrc=@conchuod.ie> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Spam-Status: No, score=-1.0 required=10.0 tests=ALL_TRUSTED, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > The number of interrupts lacks an upper bound, thus assuming one, > causing properly grouped "interrupts-extended" properties to be flagged > as an error by "make dtbs_check". > > Fix this by adding the missing "maxItems", using the architectural > maximum of 4095 interrupts. > > Signed-off-by: Geert Uytterhoeven > Acked-by: Rob Herring > --- > v4: > - Use architectural maximum instead of practical maximum of 10, > > v3: > - Add Acked-by, > > v2: > - Split in two patches, > - Improve patch description and document limit rationale. > --- > Documentation/devicetree/bindings/timer/sifive,clint.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/timer/sifive,clint.yaml b/Documentation/devicetree/bindings/timer/sifive,clint.yaml > index 8d5f4687add9e81e..fe4b73c3f269fc0f 100644 > --- a/Documentation/devicetree/bindings/timer/sifive,clint.yaml > +++ b/Documentation/devicetree/bindings/timer/sifive,clint.yaml > @@ -44,6 +44,7 @@ properties: > > interrupts-extended: > minItems: 1 > + maxItems: 4095 > > additionalProperties: false > > -- > 2.25.1 Clears errors on the icicle dt, so fwiw: Acked-by: Conor Dooley