Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: iio: dac: Fix AD5686 references

The example and filename use 'adi,ad5686', but the schema doesn't
document it. The AD5686 is also a SPI interface variant while all the
documented variants have an I2C interface. So let's update all the
references to AD5686 to AD5696.

Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Michael Hennerich <Michael.Hennerich@analog.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
Cc: Michael Auchter <michael.auchter@ni.com>
Cc: linux-iio@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Link: https://lore.kernel.org/r/20210202215503.114113-1-robh@kernel.org

+5 -5
+5 -5
Documentation/devicetree/bindings/iio/dac/adi,ad5686.yaml Documentation/devicetree/bindings/iio/dac/adi,ad5696.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 4 - $id: http://devicetree.org/schemas/iio/dac/adi,ad5686.yaml# 4 + $id: http://devicetree.org/schemas/iio/dac/adi,ad5696.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Analog Devices AD5686 and similar multi-channel DACs 7 + title: Analog Devices AD5696 and similar multi-channel DACs 8 8 9 9 maintainers: 10 10 - Michael Auchter <michael.auchter@ni.com> 11 11 12 12 description: | 13 - Binding for Analog Devices AD5686 and similar multi-channel DACs 13 + Binding for Analog Devices AD5696 and similar multi-channel DACs 14 14 15 15 properties: 16 16 compatible: ··· 48 48 #address-cells = <1>; 49 49 #size-cells = <0>; 50 50 51 - ad5686: dac@0 { 52 - compatible = "adi,ad5686"; 51 + ad5696: dac@0 { 52 + compatible = "adi,ad5696"; 53 53 reg = <0>; 54 54 vcc-supply = <&dac_vref>; 55 55 };