All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: iio: Fix incorrect compatible strings in examples
@ 2022-04-22 19:20 Rob Herring
  2022-04-23 11:24 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Rob Herring @ 2022-04-22 19:20 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen, Krzysztof Kozlowski,
	Michael Hennerich, Slawomir Stepien
  Cc: linux-iio, devicetree, linux-kernel

Fix a couple of examples using incorrect compatible strings.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml     | 2 +-
 .../bindings/iio/potentiometer/microchip,mcp4131.yaml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml b/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
index edf804d0aca2..b1eb77335d05 100644
--- a/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
+++ b/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
@@ -68,7 +68,7 @@ examples:
       #size-cells = <0>;
 
       dac@0 {
-        compatible = "lltc,ltc2632";
+        compatible = "lltc,ltc2632-l12";
         reg = <0>;    /* CS0 */
         spi-max-frequency = <1000000>;
         vref-supply = <&vref>;
diff --git a/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml b/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml
index 945a2d644ddc..32e92bced81f 100644
--- a/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml
+++ b/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml
@@ -95,7 +95,7 @@ examples:
         #size-cells = <0>;
 
         potentiometer@0 {
-            compatible = "mcp4131-502";
+            compatible = "microchip,mcp4131-502";
             reg = <0>;
             spi-max-frequency = <500000>;
         };
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: iio: Fix incorrect compatible strings in examples
  2022-04-22 19:20 [PATCH] dt-bindings: iio: Fix incorrect compatible strings in examples Rob Herring
@ 2022-04-23 11:24 ` Krzysztof Kozlowski
  2022-04-23 12:08 ` Slawomir Stepien
  2022-04-24 16:12 ` Jonathan Cameron
  2 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-23 11:24 UTC (permalink / raw)
  To: Rob Herring, Jonathan Cameron, Lars-Peter Clausen,
	Krzysztof Kozlowski, Michael Hennerich, Slawomir Stepien
  Cc: linux-iio, devicetree, linux-kernel

On 22/04/2022 21:20, Rob Herring wrote:
> Fix a couple of examples using incorrect compatible strings.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml     | 2 +-
>  .../bindings/iio/potentiometer/microchip,mcp4131.yaml           | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: iio: Fix incorrect compatible strings in examples
  2022-04-22 19:20 [PATCH] dt-bindings: iio: Fix incorrect compatible strings in examples Rob Herring
  2022-04-23 11:24 ` Krzysztof Kozlowski
@ 2022-04-23 12:08 ` Slawomir Stepien
  2022-04-24 16:12 ` Jonathan Cameron
  2 siblings, 0 replies; 6+ messages in thread
From: Slawomir Stepien @ 2022-04-23 12:08 UTC (permalink / raw)
  To: Rob Herring
  Cc: Jonathan Cameron, Lars-Peter Clausen, Krzysztof Kozlowski,
	Michael Hennerich, linux-iio, devicetree, linux-kernel

On kwi 22, 2022 14:20, Rob Herring wrote:
> Fix a couple of examples using incorrect compatible strings.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml     | 2 +-
>  .../bindings/iio/potentiometer/microchip,mcp4131.yaml           | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Slawomir Stepien <sst@poczta.fm>

-- 
Slawomir Stepien

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: iio: Fix incorrect compatible strings in examples
  2022-04-22 19:20 [PATCH] dt-bindings: iio: Fix incorrect compatible strings in examples Rob Herring
  2022-04-23 11:24 ` Krzysztof Kozlowski
  2022-04-23 12:08 ` Slawomir Stepien
@ 2022-04-24 16:12 ` Jonathan Cameron
  2022-04-25 19:45   ` Rob Herring
  2 siblings, 1 reply; 6+ messages in thread
From: Jonathan Cameron @ 2022-04-24 16:12 UTC (permalink / raw)
  To: Rob Herring
  Cc: Lars-Peter Clausen, Krzysztof Kozlowski, Michael Hennerich,
	Slawomir Stepien, linux-iio, devicetree, linux-kernel

On Fri, 22 Apr 2022 14:20:39 -0500
Rob Herring <robh@kernel.org> wrote:

> Fix a couple of examples using incorrect compatible strings.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

or I can pick these up through IIO if preferred.

Thanks,

Jonathan

> ---
>  Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml     | 2 +-
>  .../bindings/iio/potentiometer/microchip,mcp4131.yaml           | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml b/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
> index edf804d0aca2..b1eb77335d05 100644
> --- a/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
> +++ b/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
> @@ -68,7 +68,7 @@ examples:
>        #size-cells = <0>;
>  
>        dac@0 {
> -        compatible = "lltc,ltc2632";
> +        compatible = "lltc,ltc2632-l12";
>          reg = <0>;    /* CS0 */
>          spi-max-frequency = <1000000>;
>          vref-supply = <&vref>;
> diff --git a/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml b/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml
> index 945a2d644ddc..32e92bced81f 100644
> --- a/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml
> +++ b/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml
> @@ -95,7 +95,7 @@ examples:
>          #size-cells = <0>;
>  
>          potentiometer@0 {
> -            compatible = "mcp4131-502";
> +            compatible = "microchip,mcp4131-502";
>              reg = <0>;
>              spi-max-frequency = <500000>;
>          };


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: iio: Fix incorrect compatible strings in examples
  2022-04-24 16:12 ` Jonathan Cameron
@ 2022-04-25 19:45   ` Rob Herring
  2022-04-28 19:47     ` Jonathan Cameron
  0 siblings, 1 reply; 6+ messages in thread
From: Rob Herring @ 2022-04-25 19:45 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Lars-Peter Clausen, Krzysztof Kozlowski, Michael Hennerich,
	Slawomir Stepien, linux-iio, devicetree, linux-kernel

On Sun, Apr 24, 2022 at 05:12:12PM +0100, Jonathan Cameron wrote:
> On Fri, 22 Apr 2022 14:20:39 -0500
> Rob Herring <robh@kernel.org> wrote:
> 
> > Fix a couple of examples using incorrect compatible strings.
> > 
> > Signed-off-by: Rob Herring <robh@kernel.org>
> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> 
> or I can pick these up through IIO if preferred.

Yes, please apply.

Rob

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: iio: Fix incorrect compatible strings in examples
  2022-04-25 19:45   ` Rob Herring
@ 2022-04-28 19:47     ` Jonathan Cameron
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Cameron @ 2022-04-28 19:47 UTC (permalink / raw)
  To: Rob Herring
  Cc: Lars-Peter Clausen, Krzysztof Kozlowski, Michael Hennerich,
	Slawomir Stepien, linux-iio, devicetree, linux-kernel

On Mon, 25 Apr 2022 14:45:17 -0500
Rob Herring <robh@kernel.org> wrote:

> On Sun, Apr 24, 2022 at 05:12:12PM +0100, Jonathan Cameron wrote:
> > On Fri, 22 Apr 2022 14:20:39 -0500
> > Rob Herring <robh@kernel.org> wrote:
> >   
> > > Fix a couple of examples using incorrect compatible strings.
> > > 
> > > Signed-off-by: Rob Herring <robh@kernel.org>  
> > Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > 
> > or I can pick these up through IIO if preferred.  
> 
> Yes, please apply.

Done,

Thanks,

Jonathan

> 
> Rob


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-28 19:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 19:20 [PATCH] dt-bindings: iio: Fix incorrect compatible strings in examples Rob Herring
2022-04-23 11:24 ` Krzysztof Kozlowski
2022-04-23 12:08 ` Slawomir Stepien
2022-04-24 16:12 ` Jonathan Cameron
2022-04-25 19:45   ` Rob Herring
2022-04-28 19:47     ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.