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: imu: adi,adis16475: 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.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20221004115642.63749-5-krzysztof.kozlowski@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Krzysztof Kozlowski and committed by
Jonathan Cameron
acce6052 d29c7f8c

+2 -1
+2 -1
Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml
··· 79 79 - spi-cpol 80 80 81 81 allOf: 82 + - $ref: /schemas/spi/spi-peripheral-props.yaml# 82 83 - if: 83 84 properties: 84 85 compatible: ··· 108 107 dependencies: 109 108 adi,sync-mode: [ clocks ] 110 109 111 - additionalProperties: false 110 + unevaluatedProperties: false 112 111 113 112 examples: 114 113 - |