diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-03-27 10:18:23 -0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-04-14 15:41:13 -0500 |
commit | 7d6243aa599cfb8786a236c4f7a2ffbc6c119180 (patch) | |
tree | 47bf17c20e917c3a1bcd4b3a27e46eac2bac24b8 | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff) | |
download | linux-7d6243aa599cfb8786a236c4f7a2ffbc6c119180.tar.bz2 |
dt-bindings: iio: dac: ad5770r: Add vendor to compatible string
The compatible string in the example misses the vendor information.
Pass the "adi" vendor to fix it.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml b/Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml index d9c25cf4b92f..f937040477ec 100644 --- a/Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml +++ b/Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml @@ -144,7 +144,7 @@ examples: #size-cells = <0>; ad5770r@0 { - compatible = "ad5770r"; + compatible = "adi,ad5770r"; reg = <0>; spi-max-frequency = <1000000>; vref-supply = <&vref>; |