All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: iio: adc: Document Renesas RZ/V2L ADC
@ 2022-04-23 13:16 Biju Das
  2022-04-23 18:57 ` Krzysztof Kozlowski
  2022-04-25 12:52 ` Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: Biju Das @ 2022-04-23 13:16 UTC (permalink / raw)
  To: Jonathan Cameron, Rob Herring, Krzysztof Kozlowski
  Cc: Biju Das, Lad Prabhakar, Lars-Peter Clausen, linux-iio,
	linux-renesas-soc, devicetree, Geert Uytterhoeven,
	Chris Paterson, Biju Das

Document renesas RZ/V2L ADC bindings. RZ/V2L ADC is identical to RZ/G2L
with same number of channels.

While at it remove RZ/G2LC SoC from binding documentation as it does not
support ADC.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 .../devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml b/Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml
index c80201d6a716..d66c24cae1e1 100644
--- a/Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml
@@ -19,7 +19,8 @@ properties:
   compatible:
     items:
       - enum:
-          - renesas,r9a07g044-adc   # RZ/G2{L,LC}
+          - renesas,r9a07g044-adc   # RZ/G2L
+          - renesas,r9a07g054-adc   # RZ/V2L
       - const: renesas,rzg2l-adc
 
   reg:
-- 
2.25.1


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

* Re: [PATCH] dt-bindings: iio: adc: Document Renesas RZ/V2L ADC
  2022-04-23 13:16 [PATCH] dt-bindings: iio: adc: Document Renesas RZ/V2L ADC Biju Das
@ 2022-04-23 18:57 ` Krzysztof Kozlowski
  2022-04-24 16:10   ` Jonathan Cameron
  2022-04-25 12:52 ` Geert Uytterhoeven
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-23 18:57 UTC (permalink / raw)
  To: Biju Das, Jonathan Cameron, Rob Herring, Krzysztof Kozlowski
  Cc: Lad Prabhakar, Lars-Peter Clausen, linux-iio, linux-renesas-soc,
	devicetree, Geert Uytterhoeven, Chris Paterson, Biju Das

On 23/04/2022 15:16, Biju Das wrote:
> Document renesas RZ/V2L ADC bindings. RZ/V2L ADC is identical to RZ/G2L
> with same number of channels.
> 
> While at it remove RZ/G2LC SoC from binding documentation as it does not
> support ADC.


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


Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: iio: adc: Document Renesas RZ/V2L ADC
  2022-04-23 18:57 ` Krzysztof Kozlowski
@ 2022-04-24 16:10   ` Jonathan Cameron
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2022-04-24 16:10 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Biju Das, Rob Herring, Krzysztof Kozlowski, Lad Prabhakar,
	Lars-Peter Clausen, linux-iio, linux-renesas-soc, devicetree,
	Geert Uytterhoeven, Chris Paterson, Biju Das

On Sat, 23 Apr 2022 20:57:26 +0200
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote:

> On 23/04/2022 15:16, Biju Das wrote:
> > Document renesas RZ/V2L ADC bindings. RZ/V2L ADC is identical to RZ/G2L
> > with same number of channels.
> > 
> > While at it remove RZ/G2LC SoC from binding documentation as it does not
> > support ADC.  
> 
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Applied to the togreg branch of iio.git.

Thanks,

Jonathan

> 
> 
> Best regards,
> Krzysztof


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

* Re: [PATCH] dt-bindings: iio: adc: Document Renesas RZ/V2L ADC
  2022-04-23 13:16 [PATCH] dt-bindings: iio: adc: Document Renesas RZ/V2L ADC Biju Das
  2022-04-23 18:57 ` Krzysztof Kozlowski
@ 2022-04-25 12:52 ` Geert Uytterhoeven
  1 sibling, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-04-25 12:52 UTC (permalink / raw)
  To: Biju Das
  Cc: Jonathan Cameron, Rob Herring, Krzysztof Kozlowski,
	Lad Prabhakar, Lars-Peter Clausen, linux-iio, Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Chris Paterson, Biju Das

Hi Biju,

On Sat, Apr 23, 2022 at 3:17 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> Document renesas RZ/V2L ADC bindings. RZ/V2L ADC is identical to RZ/G2L
> with same number of channels.
>
> While at it remove RZ/G2LC SoC from binding documentation as it does not
> support ADC.
>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

end of thread, other threads:[~2022-04-25 12:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23 13:16 [PATCH] dt-bindings: iio: adc: Document Renesas RZ/V2L ADC Biju Das
2022-04-23 18:57 ` Krzysztof Kozlowski
2022-04-24 16:10   ` Jonathan Cameron
2022-04-25 12:52 ` Geert Uytterhoeven

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.