[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <172201986894.1860751.13842106591481858905.robh@kernel.org>
Date: Fri, 26 Jul 2024 13:52:58 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: "Rob Herring (Arm)" <robh@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Alisa-Dariana Roman <alisadariana@...il.com>,
Michael Hennerich <michael.hennerich@...log.com>,
devicetree@...r.kernel.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Conor Dooley <conor.dooley@...rochip.com>,
linux-iio@...r.kernel.org, Jonathan Cameron <jic23@...nel.org>,
Michael Hennerich <Michael.Hennerich@...log.com>,
Alisa-Dariana Roman <alisa.roman@...log.com>,
Jonathan Cameron <Jonathan.Cameron@...wei.com>,
Lars-Peter Clausen <lars@...afoo.de>
Subject: Re: [PATCH] dt-bindings: iio: adc: ad7192: Fix 'single-channel'
constraints
On Tue, 23 Jul 2024 18:09:03 -0500, Rob Herring (Arm) wrote:
> The 'single-channel' property is an uint32, not an array, so 'items' is
> an incorrect constraint. This didn't matter until dtschema recently
> changed how properties are decoded. This results in this warning:
>
> Documentation/devicetree/bindings/iio/adc/adi,ad7192.example.dtb: adc@0: \
> channel@1:single-channel: 1 is not of type 'array'
>
> Fixes: caf7b7632b8d ("dt-bindings: iio: adc: ad7192: Add AD7194 support")
> Signed-off-by: Rob Herring (Arm) <robh@...nel.org>
> ---
> Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
I have other fixes for rc1 already, so I've applied this one.
Rob
Powered by blists - more mailing lists