dt-bindings: iio: adc: mcp320x: Use vendor prefix compatible strings
authorFabian Mewes <architekt@coding4coffee.org>
Mon, 16 Apr 2018 15:34:06 +0000 (17:34 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 21 Apr 2018 14:58:50 +0000 (15:58 +0100)
Update the example to use the compatible string including the
vendor prefix instead of the ones deprecated in 3a872138e4b.

Signed-off-by: Fabian Mewes <architekt@coding4coffee.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/devicetree/bindings/iio/adc/mcp320x.txt

index 7d64753..56373d6 100644 (file)
@@ -49,7 +49,7 @@ Required properties:
 Examples:
 spi_controller {
        mcp3x0x@0 {
-               compatible = "mcp3002";
+               compatible = "microchip,mcp3002";
                reg = <0>;
                spi-max-frequency = <1000000>;
                vref-supply = <&vref_reg>;