linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: iio: dac: ad5770r: Add vendor to compatible string
@ 2020-03-27 13:18 Fabio Estevam
  2020-03-27 13:18 ` [PATCH 2/3] dt-bindings: iio: dac: ad5770r: Remove unneeded unit names Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Fabio Estevam @ 2020-03-27 13:18 UTC (permalink / raw)
  To: jic23; +Cc: robh+dt, alexandru.tachici, linux-iio, devicetree, Fabio Estevam

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(-)

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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-04-09 16:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-27 13:18 [PATCH 1/3] dt-bindings: iio: dac: ad5770r: Add vendor to compatible string Fabio Estevam
2020-03-27 13:18 ` [PATCH 2/3] dt-bindings: iio: dac: ad5770r: Remove unneeded unit names Fabio Estevam
2020-03-27 21:05   ` Rob Herring
2020-03-27 13:18 ` [PATCH 3/3] dt-bindings: iio: dac: ad5770r: Fix the file path Fabio Estevam
2020-04-09 16:28   ` Rob Herring
2020-03-27 21:06 ` [PATCH 1/3] dt-bindings: iio: dac: ad5770r: Add vendor to compatible string Rob Herring
2020-04-09 16:28 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).