From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> This was corrected in the V4 patch, but I messed up and had applied the V3 patch. Hence the need for this fix. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> Fixes: f7356e47032c ("dt-bindings: iio: adc: ad7192: Add binding documentation for AD7192") --- Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml index 676ec42e1438..040af0bcc92e 100644 --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml @@ -43,13 +43,11 @@ properties: dvdd-supply: description: DVdd voltage supply - items: - - const: dvdd + maxItems: 1 avdd-supply: description: AVdd voltage supply - items: - - const: avdd + maxItems: 1 adi,rejection-60-Hz-enable: description: | -- 2.23.0