2020-08-28 07:54:22

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH v2] dt-bindings: usb: renesas,usb-xhci: Document r8a774e1 support

Document r8a774e1 xhci support. The driver will use the fallback
compatible string "renesas,rcar-gen3-xhci", therefore no driver
change is needed.

Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Marian-Cristian Rotariu <[email protected]>
Acked-by: Rob Herring <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
---
Hi All,

This patch is part of series [1] (patch 08/20), rest of the patches
have been queued/acked.

[1] https://lkml.org/lkml/2020/7/16/890

Cheers,
Prabhakar

v1->v2
* Rebased the patch on 5.9-rc1 (Renesas devices were moved from usb-xhci.txt
renesas,usb-xhci.yaml)
* Restored Ack's from Geert and Rob
---
Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml b/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml
index add9f7b66da0..0f078bd0a3e5 100644
--- a/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml
+++ b/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml
@@ -30,6 +30,7 @@ properties:
- renesas,xhci-r8a774a1 # RZ/G2M
- renesas,xhci-r8a774b1 # RZ/G2N
- renesas,xhci-r8a774c0 # RZ/G2E
+ - renesas,xhci-r8a774e1 # RZ/G2H
- renesas,xhci-r8a7795 # R-Car H3
- renesas,xhci-r8a7796 # R-Car M3-W
- renesas,xhci-r8a77961 # R-Car M3-W+
--
2.17.1


2020-08-28 12:28:35

by Yoshihiro Shimoda

[permalink] [raw]
Subject: RE: [PATCH v2] dt-bindings: usb: renesas,usb-xhci: Document r8a774e1 support

Hi Lad-san,

> From: Lad Prabhakar, Sent: Friday, August 28, 2020 4:50 PM
>
> Document r8a774e1 xhci support. The driver will use the fallback
> compatible string "renesas,rcar-gen3-xhci", therefore no driver
> change is needed.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Marian-Cristian Rotariu <[email protected]>
> Acked-by: Rob Herring <[email protected]>
> Reviewed-by: Geert Uytterhoeven <[email protected]>

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <[email protected]>

Best regards,
Yoshihiro Shimoda