Commit 918f9589 authored by Fabian Mewes's avatar Fabian Mewes Committed by Jonathan Cameron

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 3a872138.
Signed-off-by: default avatarFabian Mewes <architekt@coding4coffee.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 2c973421
......@@ -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>;
......
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