diff options
author | Biju Das <biju.das@bp.renesas.com> | 2018-09-27 13:23:34 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-10-15 13:27:05 -0500 |
commit | b3da72593e14511967a5f96f5e329b022239a90e (patch) | |
tree | f69a0db145e2325ce48ffd58cd83ed90e25767ff | |
parent | 700992d361c7912923d1e570681eed65b54a6d9b (diff) | |
download | lwn-b3da72593e14511967a5f96f5e329b022239a90e.tar.gz lwn-b3da72593e14511967a5f96f5e329b022239a90e.zip |
dt-bindings: phy: rcar-gen2: Add r8a7744 support
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>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt b/Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt index eeb9e1874ea6..4f0879a0ca12 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. |