summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/iio/adc/mcp320x.txt
diff options
context:
space:
mode:
authorFabian Mewes <architekt@coding4coffee.org>2018-04-16 17:34:06 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-04-21 15:58:50 +0100
commit918f958987e979813f7c6a75f0aac13167aebab9 (patch)
treecffa2993b318b7968f4b238fcbd482496935ac89 /Documentation/devicetree/bindings/iio/adc/mcp320x.txt
parent2c973421648bc542c93aa9417a0de1e92f677248 (diff)
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 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>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/adc/mcp320x.txt')
-rw-r--r--Documentation/devicetree/bindings/iio/adc/mcp320x.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/mcp320x.txt b/Documentation/devicetree/bindings/iio/adc/mcp320x.txt
index 7d64753df949..56373d643f76 100644
--- a/Documentation/devicetree/bindings/iio/adc/mcp320x.txt
+++ b/Documentation/devicetree/bindings/iio/adc/mcp320x.txt
@@ -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>;