Commit 7d6243aa authored by Fabio Estevam's avatar Fabio Estevam Committed by Rob Herring
Browse files

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: default avatarFabio Estevam <festevam@gmail.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 8f3d9f35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ examples:
                #size-cells = <0>;

                ad5770r@0 {
                        compatible = "ad5770r";
                        compatible = "adi,ad5770r";
                        reg = <0>;
                        spi-max-frequency = <1000000>;
                        vref-supply = <&vref>;