aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-03-27 10:18:23 -0300
committerRob Herring <robh@kernel.org>2020-04-14 15:41:13 -0500
commit7d6243aa599cfb8786a236c4f7a2ffbc6c119180 (patch)
tree47bf17c20e917c3a1bcd4b3a27e46eac2bac24b8 /Documentation
parentLinux 5.7-rc1 (diff)
downloadwireguard-linux-7d6243aa599cfb8786a236c4f7a2ffbc6c119180.tar.xz
wireguard-linux-7d6243aa599cfb8786a236c4f7a2ffbc6c119180.zip
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml2
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>;