Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;