From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 62EF32FE00 for ; Tue, 10 Oct 2023 16:28:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IUrtf2Zn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C5BDC433C8; Tue, 10 Oct 2023 16:28:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696955330; bh=dZZKpZb7/IrHqlUDIL57KB0JnLLJTBKUAfjmfWFKd3k=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=IUrtf2ZnIH79dMMyNf+Ugws9XsYhHqEF5n1FQKToIOY7tDeeesubk3zQ4pwrpJcLP PQOp96npG8t6fluGUNlfcLCFdnMKSuznJEiULqz7zZpKgInNR4GSKiE03TB/0u4JKk tjNOUVEHWHVWhdKVtZvHkWPChZn+F/OqoccYYKL1yVLQDn9aoPNmAHQO4dauUuJ+UE OWB0Y8z6nWKopSrSvJCO+EIAaBIDdzZGsUC5Y3AIyBiv94vjkZ3VLg+VUUQfIUUbwu U+N1/UyOlxGI230H5ZNafLr8RZYHHmidVOvgStxEnLKzlyTDFsxg4BbnyjfNh2zdG5 oMSs5VDrcxPPQ== Date: Tue, 10 Oct 2023 17:28:59 +0100 From: Jonathan Cameron To: Conor Dooley Cc: Krzysztof Kozlowski , Cosmin Tanislav , Lars-Peter Clausen , Michael Hennerich , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: iio: add missing reset-gpios constrain Message-ID: <20231010172859.45efe481@jic23-huawei> In-Reply-To: <20231005-thrift-backer-d2f58a1bd441@spud> References: <20231005083650.92222-1-krzysztof.kozlowski@linaro.org> <20231005-thrift-backer-d2f58a1bd441@spud> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 5 Oct 2023 11:41:07 +0100 Conor Dooley wrote: > On Thu, Oct 05, 2023 at 10:36:50AM +0200, Krzysztof Kozlowski wrote: > > The Documentation/devicetree/bindings/gpio/gpio-consumer-common.yaml > > schema does not enforce number of reset GPIOs, thus each device binding > > must do it. > > > > Signed-off-by: Krzysztof Kozlowski > > Acked-by: Conor Dooley Applied to the fixes-togreg branch of iio.git Thanks, Jonathan > > Thanks, > Conor. > > > --- > > Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml | 3 ++- > > Documentation/devicetree/bindings/iio/dac/adi,ad5758.yaml | 3 ++- > > Documentation/devicetree/bindings/iio/health/ti,afe4403.yaml | 3 ++- > > Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml | 3 ++- > > 4 files changed, 8 insertions(+), 4 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml b/Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml > > index 2594fa192f93..2a04906531fb 100644 > > --- a/Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml > > +++ b/Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml > > @@ -32,7 +32,8 @@ properties: > > > > spi-cpol: true > > > > - reset-gpios: true > > + reset-gpios: > > + maxItems: 1 > > > > interrupts: > > minItems: 1 > > diff --git a/Documentation/devicetree/bindings/iio/dac/adi,ad5758.yaml b/Documentation/devicetree/bindings/iio/dac/adi,ad5758.yaml > > index 4e508bfcc9d8..5121685337b5 100644 > > --- a/Documentation/devicetree/bindings/iio/dac/adi,ad5758.yaml > > +++ b/Documentation/devicetree/bindings/iio/dac/adi,ad5758.yaml > > @@ -78,7 +78,8 @@ properties: > > - const: -1000 > > - const: 22000 > > > > - reset-gpios: true > > + reset-gpios: > > + maxItems: 1 > > > > adi,dc-dc-ilim-microamp: > > enum: [150000, 200000, 250000, 300000, 350000, 400000] > > diff --git a/Documentation/devicetree/bindings/iio/health/ti,afe4403.yaml b/Documentation/devicetree/bindings/iio/health/ti,afe4403.yaml > > index b9b5beac33b2..5b6cde86b5a5 100644 > > --- a/Documentation/devicetree/bindings/iio/health/ti,afe4403.yaml > > +++ b/Documentation/devicetree/bindings/iio/health/ti,afe4403.yaml > > @@ -23,7 +23,8 @@ properties: > > maxItems: 1 > > description: Connected to ADC_RDY pin. > > > > - reset-gpios: true > > + reset-gpios: > > + maxItems: 1 > > > > required: > > - compatible > > diff --git a/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml b/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml > > index 2958c4ca75b4..167d10bd60af 100644 > > --- a/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml > > +++ b/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml > > @@ -23,7 +23,8 @@ properties: > > maxItems: 1 > > description: Connected to ADC_RDY pin. > > > > - reset-gpios: true > > + reset-gpios: > > + maxItems: 1 > > > > additionalProperties: false > > > > -- > > 2.34.1 > >