From: Ariana Lazar Date: Wed, 22 Apr 2026 11:53:14 +0000 (+0300) Subject: dt-bindings: iio: dac: mcp47feb02: fix reg property value bounds X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d78ab5687ff2b949680b86d3e57fa8d7c6a21fa;p=thirdparty%2Flinux.git dt-bindings: iio: dac: mcp47feb02: fix reg property value bounds Replace minItems/maxItems with minimum/maximum to describe the reg property as a single channel number with 8 possible values (0-7) Signed-off-by: Ariana Lazar Acked-by: Conor Dooley Signed-off-by: Jonathan Cameron --- diff --git a/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml b/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml index 350e80e4dbe05..b4ca5b6e743ae 100644 --- a/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml +++ b/Documentation/devicetree/bindings/iio/dac/microchip,mcp47feb02.yaml @@ -161,8 +161,8 @@ patternProperties: properties: reg: description: The channel number. - minItems: 1 - maxItems: 8 + minimum: 0 + maximum: 7 label: description: Unique name to identify which channel this is.