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 1C610C433FE for ; Mon, 4 Apr 2022 10:19:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351111AbiDDKVw convert rfc822-to-8bit (ORCPT ); Mon, 4 Apr 2022 06:21:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357250AbiDDKVv (ORCPT ); Mon, 4 Apr 2022 06:21:51 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9926723BC6 for ; Mon, 4 Apr 2022 03:19:55 -0700 (PDT) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nbJoG-0002KL-QS; Mon, 04 Apr 2022 12:19:44 +0200 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nbJoG-0010X0-NU; Mon, 04 Apr 2022 12:19:43 +0200 Received: from pza by lupine with local (Exim 4.94.2) (envelope-from ) id 1nbJoE-0006nU-Hx; Mon, 04 Apr 2022 12:19:42 +0200 Message-ID: <1787d3136a36e58e25a5906ac3807f14ed4f5e17.camel@pengutronix.de> Subject: Re: [PATCH v2] dt-bindings: reset: Add parent "resets" property as optional From: Philipp Zabel To: Kunihiko Hayashi , Rob Herring , Krzysztof Kozlowski Cc: Masami Hiramatsu , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Mon, 04 Apr 2022 12:19:42 +0200 In-Reply-To: <1648617078-8312-1-git-send-email-hayashi.kunihiko@socionext.com> References: <1648617078-8312-1-git-send-email-hayashi.kunihiko@socionext.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mi, 2022-03-30 at 14:11 +0900, Kunihiko Hayashi wrote: > LD11 mio reset controller has a reset lines from system controller. > Add parent "resets" property to fix the following warning. > >   uniphier-ld11-global.dt.yaml: reset: 'resets' does not match any of > the regexes: 'pinctrl-[0-9]+' >       From schema: > Documentation/devicetree/bindings/reset/socionext,uniphier-reset.yaml > > Signed-off-by: Kunihiko Hayashi > --- > > Changes since v1: > - Use maxItems for a single reset > >  .../devicetree/bindings/reset/socionext,uniphier-reset.yaml    | 3 > +++ >  1 file changed, 3 insertions(+) > > diff --git > a/Documentation/devicetree/bindings/reset/socionext,uniphier- > reset.yaml > b/Documentation/devicetree/bindings/reset/socionext,uniphier- > reset.yaml > index 377a7d242323..6566804ec567 100644 > --- a/Documentation/devicetree/bindings/reset/socionext,uniphier- > reset.yaml > +++ b/Documentation/devicetree/bindings/reset/socionext,uniphier- > reset.yaml > @@ -55,6 +55,9 @@ properties: >    "#reset-cells": >      const: 1 >   > +  resets: > +    maxItems: 1 > + >  additionalProperties: false >   >  required: Thank you, applied to reset/fixes. regards Philipp