dt-bindings: iio: adc: mcp320x: Use vendor prefix compatible strings

Update the example to use the compatible string including the
vendor prefix instead of the ones deprecated in 3a872138e4.

Signed-off-by: Fabian Mewes <architekt@coding4coffee.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
Fabian Mewes 2018-04-16 17:34:06 +02:00 committed by Jonathan Cameron
parent 2c97342164
commit 918f958987
1 changed files with 1 additions and 1 deletions

View 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>;