Update the example to use the compatible string including the
vendor prefix instead of the ones deprecated in 3a872138e4b.
Signed-off-by: Fabian Mewes <[email protected]>
---
Documentation/devicetree/bindings/iio/adc/mcp320x.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/iio/adc/mcp320x.txt b/Documentation/devicetree/bindings/iio/adc/mcp320x.txt
index 7d64753..56373d6 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>;
--
1.7.10.4
On Mon, Apr 16, 2018 at 05:34:06PM +0200, Fabian Mewes wrote:
> Update the example to use the compatible string including the
> vendor prefix instead of the ones deprecated in 3a872138e4b.
>
> Signed-off-by: Fabian Mewes <[email protected]>
> ---
> Documentation/devicetree/bindings/iio/adc/mcp320x.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Rob Herring <[email protected]>
On Mon, 16 Apr 2018 16:43:55 -0500
Rob Herring <[email protected]> wrote:
> On Mon, Apr 16, 2018 at 05:34:06PM +0200, Fabian Mewes wrote:
> > Update the example to use the compatible string including the
> > vendor prefix instead of the ones deprecated in 3a872138e4b.
> >
> > Signed-off-by: Fabian Mewes <[email protected]>
> > ---
> > Documentation/devicetree/bindings/iio/adc/mcp320x.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Rob Herring <[email protected]>
Good catch - Applied to the togreg branch of iio.git and
pushed out as testing to be completely ignored by the autobuilders.
Thanks,
Jonathan