diff mbox series

[1/3] dt-bindings: iio: dac: ad5770r: Add vendor to compatible string

Message ID 20200327131825.23650-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/3] dt-bindings: iio: dac: ad5770r: Add vendor to compatible string | expand

Commit Message

Fabio Estevam March 27, 2020, 1:18 p.m. UTC
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>
---
 Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring March 27, 2020, 9:06 p.m. UTC | #1
On Fri, Mar 27, 2020 at 7:18 AM Fabio Estevam <festevam@gmail.com> wrote:
>
> 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>
> ---
>  Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Rob Herring <robh@kernel.org>
Rob Herring April 9, 2020, 4:28 p.m. UTC | #2
On Fri, 27 Mar 2020 10:18:23 -0300, Fabio Estevam wrote:
> 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>
> ---
>  Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks.

Rob
diff mbox series

Patch

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>;