diff mbox series

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

Message ID 1523892846-25000-1-git-send-email-architekt@coding4coffee.org
State Not Applicable, archived
Headers show
Series dt-bindings: iio: adc: mcp320x: Use vendor prefix compatible strings | expand

Commit Message

Fabian Mewes April 16, 2018, 3:34 p.m. UTC
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>
---
 Documentation/devicetree/bindings/iio/adc/mcp320x.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring April 16, 2018, 9:43 p.m. UTC | #1
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 <architekt@coding4coffee.org>
> ---
>  Documentation/devicetree/bindings/iio/adc/mcp320x.txt |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Rob Herring <robh@kernel.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jonathan Cameron April 21, 2018, 3 p.m. UTC | #2
On Mon, 16 Apr 2018 16:43:55 -0500
Rob Herring <robh@kernel.org> 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 <architekt@coding4coffee.org>
> > ---
> >  Documentation/devicetree/bindings/iio/adc/mcp320x.txt |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)  
> 
> Reviewed-by: Rob Herring <robh@kernel.org>

Good catch - Applied to the togreg branch of iio.git and
pushed out as testing to be completely ignored by the autobuilders.

Thanks,

Jonathan
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

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