diff mbox series

dt-bindings: phy: rcar-gen2: Add r8a7744 support

Message ID 1538051014-5853-1-git-send-email-biju.das@bp.renesas.com
State Accepted, archived
Headers show
Series dt-bindings: phy: rcar-gen2: Add r8a7744 support | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Biju Das Sept. 27, 2018, 12:23 p.m. UTC
Add USB PHY support for r8a7744 SoC. Renesas RZ/G1N (R8A7744)
USB PHY is identical to the R-Car Gen2 family.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
---
This patch is tested against linux-next next-20180927
---
 Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Horman Oct. 1, 2018, 12:59 p.m. UTC | #1
On Thu, Sep 27, 2018 at 01:23:34PM +0100, Biju Das wrote:
> Add USB PHY support for r8a7744 SoC. Renesas RZ/G1N (R8A7744)
> USB PHY is identical to the R-Car Gen2 family.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Rob Herring Oct. 15, 2018, 6:29 p.m. UTC | #2
On Thu, Sep 27, 2018 at 7:30 AM Biju Das <biju.das@bp.renesas.com> wrote:
>
> Add USB PHY support for r8a7744 SoC. Renesas RZ/G1N (R8A7744)
> USB PHY is identical to the R-Car Gen2 family.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
> ---
> This patch is tested against linux-next next-20180927
> ---
>  Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt | 1 +
>  1 file changed, 1 insertion(+)

Applied.
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt b/Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt
index eeb9e18..4f0879a 100644
--- a/Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt
+++ b/Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt
@@ -5,6 +5,7 @@  This file provides information on what the device node for the R-Car generation
 
 Required properties:
 - compatible: "renesas,usb-phy-r8a7743" if the device is a part of R8A7743 SoC.
+	      "renesas,usb-phy-r8a7744" if the device is a part of R8A7744 SoC.
 	      "renesas,usb-phy-r8a7745" if the device is a part of R8A7745 SoC.
 	      "renesas,usb-phy-r8a7790" if the device is a part of R8A7790 SoC.
 	      "renesas,usb-phy-r8a7791" if the device is a part of R8A7791 SoC.