Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: Use unevaluatedProperties for SPI devices

SPI devices should use unevaluatedProperties:false instead of
additionalProperties:false, to allow any SPI device properties listed in
spi-peripheral-props.yaml.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com>
Link: https://patch.msgid.link/20250324125313.82226-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Krzysztof Kozlowski and committed by
Jonathan Cameron
58fe539e 9ca04c5e

+8 -8
+1 -1
Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml
··· 217 217 - reg 218 218 - spi-max-frequency 219 219 220 - additionalProperties: false 220 + unevaluatedProperties: false 221 221 222 222 examples: 223 223 - |
+1 -1
Documentation/devicetree/bindings/iio/dac/adi,ltc2664.yaml
··· 144 144 allOf: 145 145 - $ref: /schemas/spi/spi-peripheral-props.yaml# 146 146 147 - additionalProperties: false 147 + unevaluatedProperties: false 148 148 149 149 examples: 150 150 - |
+1 -1
Documentation/devicetree/bindings/iio/dac/adi,ltc2672.yaml
··· 124 124 allOf: 125 125 - $ref: /schemas/spi/spi-peripheral-props.yaml# 126 126 127 - additionalProperties: false 127 + unevaluatedProperties: false 128 128 129 129 examples: 130 130 - |
+1 -1
Documentation/devicetree/bindings/iio/dac/microchip,mcp4821.yaml
··· 64 64 - reg 65 65 - vdd-supply 66 66 67 - additionalProperties: false 67 + unevaluatedProperties: false 68 68 69 69 examples: 70 70 - |
+1 -1
Documentation/devicetree/bindings/iio/dac/rohm,bd79703.yaml
··· 43 43 allOf: 44 44 - $ref: /schemas/spi/spi-peripheral-props.yaml# 45 45 46 - additionalProperties: false 46 + unevaluatedProperties: false 47 47 48 48 examples: 49 49 - |
+1 -1
Documentation/devicetree/bindings/iio/imu/adi,adis16550.yaml
··· 53 53 allOf: 54 54 - $ref: /schemas/spi/spi-peripheral-props.yaml# 55 55 56 - additionalProperties: false 56 + unevaluatedProperties: false 57 57 58 58 examples: 59 59 - |
+1 -1
Documentation/devicetree/bindings/iio/pressure/honeywell,hsc030pa.yaml
··· 102 102 allOf: 103 103 - $ref: /schemas/spi/spi-peripheral-props.yaml 104 104 105 - additionalProperties: false 105 + unevaluatedProperties: false 106 106 107 107 dependentSchemas: 108 108 honeywell,pmin-pascal:
+1 -1
Documentation/devicetree/bindings/iio/pressure/honeywell,mprls0025pa.yaml
··· 115 115 honeywell,pmin-pascal: false 116 116 honeywell,pmax-pascal: false 117 117 118 - additionalProperties: false 118 + unevaluatedProperties: false 119 119 120 120 examples: 121 121 - |