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: addac: adi,ad74413r: use spi-peripheral-props.yaml

Reference the spi-peripheral-props.yaml schema to allow using all
properties typical for SPI-connected devices, 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-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Krzysztof Kozlowski and committed by
Jonathan Cameron
d26b7973 8add74e7

+5 -2
+5 -2
Documentation/devicetree/bindings/iio/addac/adi,ad74413r.yaml
··· 58 58 - spi-cpol 59 59 - refin-supply 60 60 61 - additionalProperties: false 62 - 63 61 patternProperties: 64 62 "^channel@[0-3]$": 65 63 type: object ··· 100 102 101 103 required: 102 104 - reg 105 + 106 + allOf: 107 + - $ref: /schemas/spi/spi-peripheral-props.yaml# 108 + 109 + unevaluatedProperties: false 103 110 104 111 examples: 105 112 - |