Message ID | 20191116205110.vvqkmujecc6u5fvi@smtp.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: iio: adc: ad7292: Update SPDX identifier | expand |
On Sat, Nov 16, 2019 at 2:51 PM Marcelo Schmitt <marcelo.schmitt1@gmail.com> wrote: > > Change items property of AD7292 channels to correctly constrain their > quantity. > > Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com> > --- > Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Rob Herring <robh@kernel.org>
On Fri, 22 Nov 2019 10:06:23 -0600 Rob Herring <robh@kernel.org> wrote: > On Sat, Nov 16, 2019 at 2:51 PM Marcelo Schmitt > <marcelo.schmitt1@gmail.com> wrote: > > > > Change items property of AD7292 channels to correctly constrain their > > quantity. > > > > Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com> > > --- > > Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > Reviewed-by: Rob Herring <robh@kernel.org> Applied to the fixes-togreg branch of iio.git. Thanks, Jonathan
diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml index 5770f63dd511..e1f6d64bdccd 100644 --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml @@ -53,7 +53,8 @@ patternProperties: description: | The channel number. It can have up to 8 channels numbered from 0 to 7. items: - maximum: 7 + - minimum: 0 + maximum: 7 diff-channels: description: see Documentation/devicetree/bindings/iio/adc/adc.txt
Change items property of AD7292 channels to correctly constrain their quantity. Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com> --- Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)