dt-bindings: iio: dac: ad5770r: Add vendor to compatible string
authorFabio Estevam <festevam@gmail.com>
Fri, 27 Mar 2020 13:18:23 +0000 (10:18 -0300)
committerRob Herring <robh@kernel.org>
Tue, 14 Apr 2020 20:41:13 +0000 (15:41 -0500)
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>
Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml

index d9c25cf4b92f2f17cc4488d5f8cde3ef74eb0caf..f937040477ec6f560c60355b6514e2ae2f19a758 100644 (file)
@@ -144,7 +144,7 @@ examples:
                 #size-cells = <0>;
 
                 ad5770r@0 {
-                        compatible = "ad5770r";
+                        compatible = "adi,ad5770r";
                         reg = <0>;
                         spi-max-frequency = <1000000>;
                         vref-supply = <&vref>;