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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 270A5ECAA2A for ; Thu, 25 Aug 2022 16:27:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 30AD510E7CB; Thu, 25 Aug 2022 16:27:20 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id 727F210E7CB; Thu, 25 Aug 2022 16:27:16 +0000 (UTC) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 09F8C2B3; Thu, 25 Aug 2022 18:27:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1661444834; bh=Jia0FRh1rO7ns0vJdDk2RVbMJz6ELVXmn8iQUk4lGH0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pmf6ItrEGPVynig39smn1gxFCAdOnqEaKcA3Ne6NFSkl3PYeoB1FHqSFjAWWFAQM9 VwY8zxrWIpHtOHTLDc7H1CjMb3FzimbqDZarEKL5EykPPtcOVHODKjPRd3lDTke0Nx rLCwqiCI2Ueu/Yql7ai47z0DW+6bBrMbV8Dk+7CE= Date: Thu, 25 Aug 2022 19:27:07 +0300 From: Laurent Pinchart To: Krzysztof Kozlowski Subject: Re: [PATCH 1/5] dt-bindings: socionext,uniphier-system-cache: drop minItems equal to maxItems Message-ID: References: <20220825113334.196908-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220825113334.196908-1-krzysztof.kozlowski@linaro.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrzej Hajda , Geert Uytterhoeven , David Airlie , Michael Turquette , Tomasz Figa , dri-devel@lists.freedesktop.org, Masahiro Yamada , Thierry Reding , Krishna Manikandan , Alim Akhtar , Sylwester Nawrocki , linux-clk@vger.kernel.org, Marek Vasut , Kuninori Morimoto , Florian Fainelli , Kunihiko Hayashi , Krzysztof Kozlowski , Damien Le Moal , Kyungmin Park , Jernej Skrabec , Jonathan Hunter , Chanwoo Choi , linux-arm-msm@vger.kernel.org, linux-crypto@vger.kernel.org, devicetree@vger.kernel.org, Jonas Karlman , Andre Przywara , Abhinav Kumar , Vladimir Zapolskiy , Rob Herring , linux-samsung-soc@vger.kernel.org, linux-tegra@vger.kernel.org, Sean Paul , linux-arm-kernel@lists.infradead.org, Herbert Xu , Neil Armstrong , linux-ide@vger.kernel.org, Stephen Boyd , Yoshihiro Shimoda , Seung-Woo Kim , linux-kernel@vger.kernel.org, Robert Foss , linux-renesas-soc@vger.kernel.org, Masami Hiramatsu , Dmitry Baryshkov , freedreno@lists.freedesktop.org, "David S. Miller" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Krzysztof, Thank you for the patch. On Thu, Aug 25, 2022 at 02:33:30PM +0300, Krzysztof Kozlowski wrote: > minItems, if missing, are implicitly equal to maxItems, so drop > redundant piece to reduce size of code. > > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Laurent Pinchart > --- > .../bindings/arm/socionext/socionext,uniphier-system-cache.yaml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/arm/socionext/socionext,uniphier-system-cache.yaml b/Documentation/devicetree/bindings/arm/socionext/socionext,uniphier-system-cache.yaml > index 7ca5375f278f..6096c082d56d 100644 > --- a/Documentation/devicetree/bindings/arm/socionext/socionext,uniphier-system-cache.yaml > +++ b/Documentation/devicetree/bindings/arm/socionext/socionext,uniphier-system-cache.yaml > @@ -22,7 +22,6 @@ properties: > description: | > should contain 3 regions: control register, revision register, > operation register, in this order. > - minItems: 3 > maxItems: 3 > > interrupts: -- Regards, Laurent Pinchart