2022-11-15 12:53:16

by Lad, Prabhakar

[permalink] [raw]
Subject: [PATCH] dt-bindings: iio: adc: renesas,rzg2l-adc: Document RZ/Five SoC

From: Lad Prabhakar <[email protected]>

The ADC block on the RZ/Five SoC is identical to one found on the RZ/G2UL
SoC. "renesas,r9a07g043-adc" compatible string will be used on the RZ/Five
SoC so to make this clear, update the comment to include RZ/Five SoC.

No driver changes are required as generic compatible string
"renesas,rzg2l-adc" will be used as a fallback on RZ/Five SoC.

Signed-off-by: Lad Prabhakar <[email protected]>
---
.../devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml | 2 +-
1 file changed, 1 insertion(+), 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 61c6157cf5a9..8b743742a5f9 100644
--- a/Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml
@@ -19,7 +19,7 @@ properties:
compatible:
items:
- enum:
- - renesas,r9a07g043-adc # RZ/G2UL
+ - renesas,r9a07g043-adc # RZ/G2UL and RZ/Five
- renesas,r9a07g044-adc # RZ/G2L
- renesas,r9a07g054-adc # RZ/V2L
- const: renesas,rzg2l-adc
--
2.25.1



2022-11-15 13:28:32

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: iio: adc: renesas,rzg2l-adc: Document RZ/Five SoC

On Tue, Nov 15, 2022 at 1:51 PM Prabhakar <[email protected]> wrote:
> From: Lad Prabhakar <[email protected]>
>
> The ADC block on the RZ/Five SoC is identical to one found on the RZ/G2UL
> SoC. "renesas,r9a07g043-adc" compatible string will be used on the RZ/Five
> SoC so to make this clear, update the comment to include RZ/Five SoC.
>
> No driver changes are required as generic compatible string
> "renesas,rzg2l-adc" will be used as a fallback on RZ/Five SoC.
>
> Signed-off-by: Lad Prabhakar <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

2022-11-16 22:21:08

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: iio: adc: renesas,rzg2l-adc: Document RZ/Five SoC


On Tue, 15 Nov 2022 12:41:28 +0000, Prabhakar wrote:
> From: Lad Prabhakar <[email protected]>
>
> The ADC block on the RZ/Five SoC is identical to one found on the RZ/G2UL
> SoC. "renesas,r9a07g043-adc" compatible string will be used on the RZ/Five
> SoC so to make this clear, update the comment to include RZ/Five SoC.
>
> No driver changes are required as generic compatible string
> "renesas,rzg2l-adc" will be used as a fallback on RZ/Five SoC.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> ---
> .../devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Acked-by: Rob Herring <[email protected]>

2022-11-23 21:15:08

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: iio: adc: renesas,rzg2l-adc: Document RZ/Five SoC

On Wed, 16 Nov 2022 15:38:03 -0600
Rob Herring <[email protected]> wrote:

> On Tue, 15 Nov 2022 12:41:28 +0000, Prabhakar wrote:
> > From: Lad Prabhakar <[email protected]>
> >
> > The ADC block on the RZ/Five SoC is identical to one found on the RZ/G2UL
> > SoC. "renesas,r9a07g043-adc" compatible string will be used on the RZ/Five
> > SoC so to make this clear, update the comment to include RZ/Five SoC.
> >
> > No driver changes are required as generic compatible string
> > "renesas,rzg2l-adc" will be used as a fallback on RZ/Five SoC.
> >
> > Signed-off-by: Lad Prabhakar <[email protected]>
> > ---
> > .../devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
> Acked-by: Rob Herring <[email protected]>

Applied. Thanks,