diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-01-24 09:10:35 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-01-28 17:13:24 +0100 |
commit | 46908557a59ef8f470e4689e94a9cb06b284abb3 (patch) | |
tree | dc29a090472614b2abda5ed0e49e85692b69d14c /Documentation/devicetree/bindings/iio/frequency | |
parent | dt-bindings: iio: minor whitespace cleanups (diff) | |
download | linux-46908557a59ef8f470e4689e94a9cb06b284abb3.tar.xz linux-46908557a59ef8f470e4689e94a9cb06b284abb3.zip |
dt-bindings: iio: correct node names in examples
Do not use underscores and unneeded suffixes (e.g. i2c0) in node name in
examples.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230124081037.31013-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/frequency')
-rw-r--r-- | Documentation/devicetree/bindings/iio/frequency/adf4371.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml index 0144f74a4768..a0a5e5919987 100644 --- a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml +++ b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml @@ -53,7 +53,7 @@ unevaluatedProperties: false examples: - | - spi0 { + spi { #address-cells = <1>; #size-cells = <0>; |