All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: i2c: renesas,riic: Document RZ/V2L SoC
@ 2022-02-27 21:47 Lad Prabhakar
  2022-02-28  9:47 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Lad Prabhakar @ 2022-02-27 21:47 UTC (permalink / raw)
  To: Geert Uytterhoeven, Chris Brandt, Rob Herring,
	Krzysztof Kozlowski, Wolfram Sang, linux-i2c, devicetree,
	linux-renesas-soc
  Cc: Lad Prabhakar, linux-kernel, Prabhakar, Biju Das

Document RZ/V2L I2C bindings. RZ/V2L I2C is identical to one found on
the RZ/G2L SoC. No driver changes are required as RZ/G2L compatible
string "renesas,riic-rz" will be used as a fallback.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
---
DTSI changes have been posted as part of series [0].

[0] https://patchwork.kernel.org/project/linux-renesas-soc/
patch/20220227203744.18355-6-prabhakar.mahadev-lad.rj@bp.renesas.com/
---
 Documentation/devicetree/bindings/i2c/renesas,riic.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/i2c/renesas,riic.yaml b/Documentation/devicetree/bindings/i2c/renesas,riic.yaml
index 402fd125e010..f4b235a87ac6 100644
--- a/Documentation/devicetree/bindings/i2c/renesas,riic.yaml
+++ b/Documentation/devicetree/bindings/i2c/renesas,riic.yaml
@@ -20,6 +20,7 @@ properties:
           - renesas,riic-r7s72100   # RZ/A1H
           - renesas,riic-r7s9210    # RZ/A2M
           - renesas,riic-r9a07g044  # RZ/G2{L,LC}
+          - renesas,riic-r9a07g054  # RZ/V2L
       - const: renesas,riic-rz      # RZ/A or RZ/G2L
 
   reg:
@@ -75,6 +76,7 @@ if:
       contains:
         enum:
           - renesas,riic-r9a07g044
+          - renesas,riic-r9a07g054
 then:
   required:
     - resets
-- 
2.17.1


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

* Re: [PATCH] dt-bindings: i2c: renesas,riic: Document RZ/V2L SoC
  2022-02-27 21:47 [PATCH] dt-bindings: i2c: renesas,riic: Document RZ/V2L SoC Lad Prabhakar
@ 2022-02-28  9:47 ` Krzysztof Kozlowski
  2022-02-28 14:41 ` Geert Uytterhoeven
  2022-03-01 15:34 ` Rob Herring
  2 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-28  9:47 UTC (permalink / raw)
  To: Lad Prabhakar, Geert Uytterhoeven, Chris Brandt, Rob Herring,
	Wolfram Sang, linux-i2c, devicetree, linux-renesas-soc
  Cc: linux-kernel, Prabhakar, Biju Das

On 27/02/2022 22:47, Lad Prabhakar wrote:
> Document RZ/V2L I2C bindings. RZ/V2L I2C is identical to one found on
> the RZ/G2L SoC. No driver changes are required as RZ/G2L compatible
> string "renesas,riic-rz" will be used as a fallback.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
> DTSI changes have been posted as part of series [0].
> 
> [0] https://patchwork.kernel.org/project/linux-renesas-soc/
> patch/20220227203744.18355-6-prabhakar.mahadev-lad.rj@bp.renesas.com/
> ---
>  Documentation/devicetree/bindings/i2c/renesas,riic.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: i2c: renesas,riic: Document RZ/V2L SoC
  2022-02-27 21:47 [PATCH] dt-bindings: i2c: renesas,riic: Document RZ/V2L SoC Lad Prabhakar
  2022-02-28  9:47 ` Krzysztof Kozlowski
@ 2022-02-28 14:41 ` Geert Uytterhoeven
  2022-03-01 15:34 ` Rob Herring
  2 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2022-02-28 14:41 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Chris Brandt, Rob Herring, Krzysztof Kozlowski, Wolfram Sang,
	Linux I2C,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas, Linux Kernel Mailing List, Prabhakar, Biju Das

Hi Prabhakar,

On Sun, Feb 27, 2022 at 10:47 PM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> Document RZ/V2L I2C bindings. RZ/V2L I2C is identical to one found on
> the RZ/G2L SoC. No driver changes are required as RZ/G2L compatible
> string "renesas,riic-rz" will be used as a fallback.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>

> --- a/Documentation/devicetree/bindings/i2c/renesas,riic.yaml
> +++ b/Documentation/devicetree/bindings/i2c/renesas,riic.yaml
> @@ -20,6 +20,7 @@ properties:
>            - renesas,riic-r7s72100   # RZ/A1H
>            - renesas,riic-r7s9210    # RZ/A2M
>            - renesas,riic-r9a07g044  # RZ/G2{L,LC}
> +          - renesas,riic-r9a07g054  # RZ/V2L
>        - const: renesas,riic-rz      # RZ/A or RZ/G2L

The last comment looks a bit strange now. Perhaps just drop it?

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] 5+ messages in thread

* Re: [PATCH] dt-bindings: i2c: renesas,riic: Document RZ/V2L SoC
  2022-02-27 21:47 [PATCH] dt-bindings: i2c: renesas,riic: Document RZ/V2L SoC Lad Prabhakar
  2022-02-28  9:47 ` Krzysztof Kozlowski
  2022-02-28 14:41 ` Geert Uytterhoeven
@ 2022-03-01 15:34 ` Rob Herring
  2022-03-01 16:32   ` Wolfram Sang
  2 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2022-03-01 15:34 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Chris Brandt, Krzysztof Kozlowski, Rob Herring,
	linux-renesas-soc, linux-kernel, Geert Uytterhoeven, devicetree,
	Wolfram Sang, Biju Das, Prabhakar, linux-i2c

On Sun, 27 Feb 2022 21:47:47 +0000, Lad Prabhakar wrote:
> Document RZ/V2L I2C bindings. RZ/V2L I2C is identical to one found on
> the RZ/G2L SoC. No driver changes are required as RZ/G2L compatible
> string "renesas,riic-rz" will be used as a fallback.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
> DTSI changes have been posted as part of series [0].
> 
> [0] https://patchwork.kernel.org/project/linux-renesas-soc/
> patch/20220227203744.18355-6-prabhakar.mahadev-lad.rj@bp.renesas.com/
> ---
>  Documentation/devicetree/bindings/i2c/renesas,riic.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!

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

* Re: [PATCH] dt-bindings: i2c: renesas,riic: Document RZ/V2L SoC
  2022-03-01 15:34 ` Rob Herring
@ 2022-03-01 16:32   ` Wolfram Sang
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2022-03-01 16:32 UTC (permalink / raw)
  To: Rob Herring
  Cc: Lad Prabhakar, Chris Brandt, Krzysztof Kozlowski, Rob Herring,
	linux-renesas-soc, linux-kernel, Geert Uytterhoeven, devicetree,
	Biju Das, Prabhakar, linux-i2c

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]


> >  Documentation/devicetree/bindings/i2c/renesas,riic.yaml | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> 
> Applied, thanks!

There is a V2 of this patch.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2022-03-01 16:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-27 21:47 [PATCH] dt-bindings: i2c: renesas,riic: Document RZ/V2L SoC Lad Prabhakar
2022-02-28  9:47 ` Krzysztof Kozlowski
2022-02-28 14:41 ` Geert Uytterhoeven
2022-03-01 15:34 ` Rob Herring
2022-03-01 16:32   ` Wolfram Sang

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.