aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2022-04-22 14:20:39 -0500
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-05-01 19:01:13 +0100
commite678acedf364a8843388af4e1e0ebe854f2e0e8c (patch)
tree362dbb1c2f63df9f6abbdccd73054f4e76d6702b /Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
parentiio: gyro: mpu3050: Make mpu3050_common_remove() return void (diff)
downloadlinux-dev-e678acedf364a8843388af4e1e0ebe854f2e0e8c.tar.xz
linux-dev-e678acedf364a8843388af4e1e0ebe854f2e0e8c.zip
dt-bindings: iio: Fix incorrect compatible strings in examples
Fix a couple of examples using incorrect compatible strings. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Slawomir Stepien <sst@poczta.fm> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220422192039.2590548-1-robh@kernel.org Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml')
-rw-r--r--Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml b/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
index edf804d0aca2..b1eb77335d05 100644
--- a/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
+++ b/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
@@ -68,7 +68,7 @@ examples:
#size-cells = <0>;
dac@0 {
- compatible = "lltc,ltc2632";
+ compatible = "lltc,ltc2632-l12";
reg = <0>; /* CS0 */
spi-max-frequency = <1000000>;
vref-supply = <&vref>;