2020-03-27 09:34:40

by Yoshihiro Shimoda

[permalink] [raw]
Subject: [PATCH v4 4/4] dt-bindings: phy: renesas: usb3-phy: add r8a77961 support

This patch adds support for r8a77961 (R-Car M3-W+).

Signed-off-by: Yoshihiro Shimoda <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
---
Documentation/devicetree/bindings/phy/renesas,usb3-phy.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/phy/renesas,usb3-phy.yaml b/Documentation/devicetree/bindings/phy/renesas,usb3-phy.yaml
index edd5417..f459eaf 100644
--- a/Documentation/devicetree/bindings/phy/renesas,usb3-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/renesas,usb3-phy.yaml
@@ -17,6 +17,7 @@ properties:
- renesas,r8a774b1-usb3-phy # RZ/G2N
- renesas,r8a7795-usb3-phy # R-Car H3
- renesas,r8a7796-usb3-phy # R-Car M3-W
+ - renesas,r8a77961-usb3-phy # R-Car M3-W+
- renesas,r8a77965-usb3-phy # R-Car M3-N
- const: renesas,rcar-gen3-usb3-phy

--
2.7.4


2020-04-05 01:47:38

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v4 4/4] dt-bindings: phy: renesas: usb3-phy: add r8a77961 support

On Fri, 27 Mar 2020 18:33:56 +0900, Yoshihiro Shimoda wrote:
> This patch adds support for r8a77961 (R-Car M3-W+).
>
> Signed-off-by: Yoshihiro Shimoda <[email protected]>
> Reviewed-by: Geert Uytterhoeven <[email protected]>
> ---
> Documentation/devicetree/bindings/phy/renesas,usb3-phy.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

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