All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: usb: renesas,usbhs: Document RZ/V2L bindings
@ 2022-02-27 23:15 Lad Prabhakar
  2022-02-28  2:18 ` Yoshihiro Shimoda
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lad Prabhakar @ 2022-02-27 23:15 UTC (permalink / raw)
  To: Geert Uytterhoeven, linux-renesas-soc, devicetree,
	Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski,
	Yoshihiro Shimoda
  Cc: Lad Prabhakar, linux-kernel, Prabhakar, Biju Das, linux-usb

Document RZ/V2L (R9A07G054) SoC bindings. USBHS block is identical to one
found on RZ/A2 SoC. No driver changes are required as generic compatible
string "renesas,rza2-usbhs" 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/
cover/20220227203744.18355-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
---
 Documentation/devicetree/bindings/usb/renesas,usbhs.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml
index 012fe80a7611..0bb841b28003 100644
--- a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml
+++ b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml
@@ -20,6 +20,7 @@ properties:
           - enum:
               - renesas,usbhs-r7s9210   # RZ/A2
               - renesas,usbhs-r9a07g044 # RZ/G2{L,LC}
+              - renesas,usbhs-r9a07g054 # RZ/V2L
           - const: renesas,rza2-usbhs
 
       - items:
@@ -116,7 +117,9 @@ allOf:
       properties:
         compatible:
           contains:
-            const: renesas,usbhs-r9a07g044
+            enum:
+              - renesas,usbhs-r9a07g044
+              - renesas,usbhs-r9a07g054
     then:
       properties:
         interrupts:
-- 
2.17.1


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

* RE: [PATCH] dt-bindings: usb: renesas,usbhs: Document RZ/V2L bindings
  2022-02-27 23:15 [PATCH] dt-bindings: usb: renesas,usbhs: Document RZ/V2L bindings Lad Prabhakar
@ 2022-02-28  2:18 ` Yoshihiro Shimoda
  2022-02-28  9:49 ` Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Yoshihiro Shimoda @ 2022-02-28  2:18 UTC (permalink / raw)
  To: Prabhakar Mahadev Lad, Geert Uytterhoeven, linux-renesas-soc,
	devicetree, Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski
  Cc: Prabhakar Mahadev Lad, linux-kernel, Prabhakar, Biju Das, linux-usb

Hi Lad-san,

> From: Lad Prabhakar, Sent: Monday, February 28, 2022 8:16 AM
> 
> Document RZ/V2L (R9A07G054) SoC bindings. USBHS block is identical to one
> found on RZ/A2 SoC. No driver changes are required as generic compatible
> string "renesas,rza2-usbhs" 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>

Thank you for the patch! I didn't have the RZ/V2L documentation though,
this patch looks good to me. So,

Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda


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

* Re: [PATCH] dt-bindings: usb: renesas,usbhs: Document RZ/V2L bindings
  2022-02-27 23:15 [PATCH] dt-bindings: usb: renesas,usbhs: Document RZ/V2L bindings Lad Prabhakar
  2022-02-28  2:18 ` Yoshihiro Shimoda
@ 2022-02-28  9:49 ` Krzysztof Kozlowski
  2022-02-28 14:39 ` Geert Uytterhoeven
  2022-03-01 15:38 ` Rob Herring
  3 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-28  9:49 UTC (permalink / raw)
  To: Lad Prabhakar, Geert Uytterhoeven, linux-renesas-soc, devicetree,
	Greg Kroah-Hartman, Rob Herring, Yoshihiro Shimoda
  Cc: linux-kernel, Prabhakar, Biju Das, linux-usb

On 28/02/2022 00:15, Lad Prabhakar wrote:
> Document RZ/V2L (R9A07G054) SoC bindings. USBHS block is identical to one
> found on RZ/A2 SoC. No driver changes are required as generic compatible
> string "renesas,rza2-usbhs" 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/
> cover/20220227203744.18355-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
> ---
>  Documentation/devicetree/bindings/usb/renesas,usbhs.yaml | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 


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


Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: usb: renesas,usbhs: Document RZ/V2L bindings
  2022-02-27 23:15 [PATCH] dt-bindings: usb: renesas,usbhs: Document RZ/V2L bindings Lad Prabhakar
  2022-02-28  2:18 ` Yoshihiro Shimoda
  2022-02-28  9:49 ` Krzysztof Kozlowski
@ 2022-02-28 14:39 ` Geert Uytterhoeven
  2022-03-01 15:38 ` Rob Herring
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2022-02-28 14:39 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Greg Kroah-Hartman, Rob Herring, Krzysztof Kozlowski,
	Yoshihiro Shimoda, Linux Kernel Mailing List, Prabhakar,
	Biju Das, USB list

On Mon, Feb 28, 2022 at 12:15 AM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> Document RZ/V2L (R9A07G054) SoC bindings. USBHS block is identical to one
> found on RZ/A2 SoC. No driver changes are required as generic compatible
> string "renesas,rza2-usbhs" 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>

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: usb: renesas,usbhs: Document RZ/V2L bindings
  2022-02-27 23:15 [PATCH] dt-bindings: usb: renesas,usbhs: Document RZ/V2L bindings Lad Prabhakar
                   ` (2 preceding siblings ...)
  2022-02-28 14:39 ` Geert Uytterhoeven
@ 2022-03-01 15:38 ` Rob Herring
  3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2022-03-01 15:38 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Geert Uytterhoeven, Rob Herring, linux-usb, Greg Kroah-Hartman,
	Prabhakar, Yoshihiro Shimoda, linux-renesas-soc,
	Krzysztof Kozlowski, linux-kernel, Biju Das, devicetree

On Sun, 27 Feb 2022 23:15:31 +0000, Lad Prabhakar wrote:
> Document RZ/V2L (R9A07G054) SoC bindings. USBHS block is identical to one
> found on RZ/A2 SoC. No driver changes are required as generic compatible
> string "renesas,rza2-usbhs" 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/
> cover/20220227203744.18355-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
> ---
>  Documentation/devicetree/bindings/usb/renesas,usbhs.yaml | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 

Applied, thanks!

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-27 23:15 [PATCH] dt-bindings: usb: renesas,usbhs: Document RZ/V2L bindings Lad Prabhakar
2022-02-28  2:18 ` Yoshihiro Shimoda
2022-02-28  9:49 ` Krzysztof Kozlowski
2022-02-28 14:39 ` Geert Uytterhoeven
2022-03-01 15:38 ` 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.