All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/G2UL SoC
@ 2022-05-01  8:25 Biju Das
  2022-05-02 15:03 ` Geert Uytterhoeven
  2022-05-04 22:17 ` Rob Herring
  0 siblings, 2 replies; 5+ messages in thread
From: Biju Das @ 2022-05-01  8:25 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring
  Cc: Biju Das, Sergei Shtylyov, devicetree, Geert Uytterhoeven,
	Chris Paterson, Biju Das, Prabhakar Mahadev Lad,
	linux-renesas-soc

Document RZ/G2UL RPC-IF bindings. RZ/G2UL RPC-IF is identical to one found
on the RZ/G2L SoC. No driver changes are required as generic compatible
string "renesas,rzg2l-rpc-if" will be used as a fallback.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 .../devicetree/bindings/memory-controllers/renesas,rpc-if.yaml   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
index 9a6dbf54b540..6744d17f1efd 100644
--- a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
@@ -39,6 +39,7 @@ properties:
 
       - items:
           - enum:
+              - renesas,r9a07g043-rpc-if      # RZ/G2UL
               - renesas,r9a07g044-rpc-if      # RZ/G2{L,LC}
               - renesas,r9a07g054-rpc-if      # RZ/V2L
           - const: renesas,rzg2l-rpc-if
-- 
2.25.1


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

* Re: [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/G2UL SoC
  2022-05-01  8:25 [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/G2UL SoC Biju Das
@ 2022-05-02 15:03 ` Geert Uytterhoeven
  2022-05-05  9:06   ` Krzysztof Kozlowski
  2022-05-04 22:17 ` Rob Herring
  1 sibling, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02 15:03 UTC (permalink / raw)
  To: Biju Das
  Cc: Krzysztof Kozlowski, Rob Herring, Sergei Shtylyov,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Chris Paterson, Biju Das, Prabhakar Mahadev Lad, Linux-Renesas

On Sun, May 1, 2022 at 10:25 AM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> Document RZ/G2UL RPC-IF bindings. RZ/G2UL RPC-IF is identical to one found
> on the RZ/G2L SoC. No driver changes are required as generic compatible
> string "renesas,rzg2l-rpc-if" will be used as a fallback.
>
> 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] 5+ messages in thread

* Re: [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/G2UL SoC
  2022-05-01  8:25 [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/G2UL SoC Biju Das
  2022-05-02 15:03 ` Geert Uytterhoeven
@ 2022-05-04 22:17 ` Rob Herring
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2022-05-04 22:17 UTC (permalink / raw)
  To: Biju Das
  Cc: Krzysztof Kozlowski, Prabhakar Mahadev Lad, linux-renesas-soc,
	Sergei Shtylyov, Geert Uytterhoeven, Rob Herring, devicetree,
	Biju Das, Chris Paterson

On Sun, 01 May 2022 09:25:08 +0100, Biju Das wrote:
> Document RZ/G2UL RPC-IF bindings. RZ/G2UL RPC-IF is identical to one found
> on the RZ/G2L SoC. No driver changes are required as generic compatible
> string "renesas,rzg2l-rpc-if" will be used as a fallback.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
>  .../devicetree/bindings/memory-controllers/renesas,rpc-if.yaml   | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/G2UL SoC
  2022-05-02 15:03 ` Geert Uytterhoeven
@ 2022-05-05  9:06   ` Krzysztof Kozlowski
  2022-05-05  9:22     ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-05  9:06 UTC (permalink / raw)
  To: Geert Uytterhoeven, Biju Das
  Cc: Rob Herring, Sergei Shtylyov,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Chris Paterson, Biju Das, Prabhakar Mahadev Lad, Linux-Renesas

On 02/05/2022 17:03, Geert Uytterhoeven wrote:
> On Sun, May 1, 2022 at 10:25 AM Biju Das <biju.das.jz@bp.renesas.com> wrote:
>> Document RZ/G2UL RPC-IF bindings. RZ/G2UL RPC-IF is identical to one found
>> on the RZ/G2L SoC. No driver changes are required as generic compatible
>> string "renesas,rzg2l-rpc-if" will be used as a fallback.
>>
>> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

I already sent a mem-ctrl pull request and I was not planning for a next
one, so maybe this could go via renesas tree?

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

Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/G2UL SoC
  2022-05-05  9:06   ` Krzysztof Kozlowski
@ 2022-05-05  9:22     ` Geert Uytterhoeven
  0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2022-05-05  9:22 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Biju Das, Rob Herring, Sergei Shtylyov,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Chris Paterson, Biju Das, Prabhakar Mahadev Lad, Linux-Renesas

Hi Krzysztof,

On Thu, May 5, 2022 at 11:06 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
> On 02/05/2022 17:03, Geert Uytterhoeven wrote:
> > On Sun, May 1, 2022 at 10:25 AM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> >> Document RZ/G2UL RPC-IF bindings. RZ/G2UL RPC-IF is identical to one found
> >> on the RZ/G2L SoC. No driver changes are required as generic compatible
> >> string "renesas,rzg2l-rpc-if" will be used as a fallback.
> >>
> >> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> >
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> I already sent a mem-ctrl pull request and I was not planning for a next
> one, so maybe this could go via renesas tree?

Sure, will queue in renesas-devel for v5.19.

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

Thanks!

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

end of thread, other threads:[~2022-05-05  9:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01  8:25 [PATCH] dt-bindings: memory: renesas,rpc-if: Document RZ/G2UL SoC Biju Das
2022-05-02 15:03 ` Geert Uytterhoeven
2022-05-05  9:06   ` Krzysztof Kozlowski
2022-05-05  9:22     ` Geert Uytterhoeven
2022-05-04 22:17 ` Rob Herring

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.