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: improve example

Improve example by: dropping unrelated properties (status and cs-gpios)
and using generic node name.

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

authored by

Krzysztof Kozlowski and committed by
Jonathan Cameron
1b96d663 d26b7973

+1 -4
+1 -4
Documentation/devicetree/bindings/iio/addac/adi,ad74413r.yaml
··· 116 116 #address-cells = <1>; 117 117 #size-cells = <0>; 118 118 119 - cs-gpios = <&gpio 17 GPIO_ACTIVE_LOW>; 120 - status = "okay"; 121 - 122 - ad74413r@0 { 119 + addac@0 { 123 120 compatible = "adi,ad74413r"; 124 121 reg = <0>; 125 122 spi-max-frequency = <1000000>;