Commit e678aced authored by Rob Herring's avatar Rob Herring Committed by Jonathan Cameron

dt-bindings: iio: Fix incorrect compatible strings in examples

Fix a couple of examples using incorrect compatible strings.
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarSlawomir Stepien <sst@poczta.fm>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220422192039.2590548-1-robh@kernel.orgSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent d3beaf18
...@@ -68,7 +68,7 @@ examples: ...@@ -68,7 +68,7 @@ examples:
#size-cells = <0>; #size-cells = <0>;
dac@0 { dac@0 {
compatible = "lltc,ltc2632"; compatible = "lltc,ltc2632-l12";
reg = <0>; /* CS0 */ reg = <0>; /* CS0 */
spi-max-frequency = <1000000>; spi-max-frequency = <1000000>;
vref-supply = <&vref>; vref-supply = <&vref>;
......
...@@ -95,7 +95,7 @@ examples: ...@@ -95,7 +95,7 @@ examples:
#size-cells = <0>; #size-cells = <0>;
potentiometer@0 { potentiometer@0 {
compatible = "mcp4131-502"; compatible = "microchip,mcp4131-502";
reg = <0>; reg = <0>;
spi-max-frequency = <500000>; spi-max-frequency = <500000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment