diff options
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/adi,ad4695.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad4695.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad4695.yaml index a2e824e26691..310f046e139f 100644 --- a/Documentation/devicetree/bindings/iio/adc/adi,ad4695.yaml +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad4695.yaml @@ -136,8 +136,7 @@ patternProperties: and OxFE is COM. Macros are available for these values in dt-bindings/iio/adi,ad4695.h. Values 1 to 15 correspond to INx inputs. Only odd numbered INx inputs can be used as common mode channels. - items: - enum: [1, 3, 5, 7, 9, 11, 13, 15, 0xFE, 0xFF] + enum: [1, 3, 5, 7, 9, 11, 13, 15, 0xFE, 0xFF] default: 0xFF adi,no-high-z: @@ -202,8 +201,7 @@ allOf: reg: maximum: 7 common-mode-channel: - items: - enum: [1, 3, 5, 7, 0xFE, 0xFF] + enum: [1, 3, 5, 7, 0xFE, 0xFF] "^channel@[8-9a-f]$": false unevaluatedProperties: false |