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: frequency: use spi-peripheral-props.yaml

For devices connectable by SPI bus (e.g. already using
"spi-max-frequency" property), reference the "spi-peripheral-props.yaml"
schema to allow using all SPI device properties, even these which device
bindings author did not tried yet.

While changing additionalProperties->unevaluatedProperties, put it in
typical place, just before example DTS.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221004115642.63749-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Krzysztof Kozlowski and committed by
Jonathan Cameron
00407a68 1b96d663

+22 -6
+5 -2
Documentation/devicetree/bindings/iio/frequency/adi,adf4350.yaml
··· 160 160 2: +2dBm 161 161 3: +5dBm 162 162 163 - additionalProperties: false 164 - 165 163 required: 166 164 - compatible 167 165 - reg 168 166 - clocks 167 + 168 + allOf: 169 + - $ref: /schemas/spi/spi-peripheral-props.yaml# 170 + 171 + unevaluatedProperties: false 169 172 170 173 examples: 171 174 - |
+4 -1
Documentation/devicetree/bindings/iio/frequency/adi,admv1013.yaml
··· 70 70 - clock-names 71 71 - vcm-supply 72 72 73 - additionalProperties: false 73 + allOf: 74 + - $ref: /schemas/spi/spi-peripheral-props.yaml# 75 + 76 + unevaluatedProperties: false 74 77 75 78 examples: 76 79 - |
+4 -1
Documentation/devicetree/bindings/iio/frequency/adi,admv1014.yaml
··· 104 104 - clock-names 105 105 - vcm-supply 106 106 107 - additionalProperties: false 107 + allOf: 108 + - $ref: /schemas/spi/spi-peripheral-props.yaml# 109 + 110 + unevaluatedProperties: false 108 111 109 112 examples: 110 113 - |
+5 -1
Documentation/devicetree/bindings/iio/frequency/adi,admv4420.yaml
··· 37 37 - compatible 38 38 - reg 39 39 40 - additionalProperties: false 40 + 41 + allOf: 42 + - $ref: /schemas/spi/spi-peripheral-props.yaml# 43 + 44 + unevaluatedProperties: false 41 45 42 46 examples: 43 47 - |
+4 -1
Documentation/devicetree/bindings/iio/frequency/adi,adrf6780.yaml
··· 113 113 - clocks 114 114 - clock-names 115 115 116 - additionalProperties: false 116 + allOf: 117 + - $ref: /schemas/spi/spi-peripheral-props.yaml# 118 + 119 + unevaluatedProperties: false 117 120 118 121 examples: 119 122 - |