Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

phy: rcar-gen2: Add r8a7743/5 support

Add USB PHY support for r8a7743/5 SoC. Renesas RZ/G1[ME] (R8A7743/5)
USB PHY is identical to the R-Car Gen2 family.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Biju Das and committed by
Kishon Vijay Abraham I
f7da4e6d a06173ba

+5 -2
+5 -2
Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt
··· 4 4 2 USB PHY contains. 5 5 6 6 Required properties: 7 - - compatible: "renesas,usb-phy-r8a7790" if the device is a part of R8A7790 SoC. 7 + - compatible: "renesas,usb-phy-r8a7743" if the device is a part of R8A7743 SoC. 8 + "renesas,usb-phy-r8a7745" if the device is a part of R8A7745 SoC. 9 + "renesas,usb-phy-r8a7790" if the device is a part of R8A7790 SoC. 8 10 "renesas,usb-phy-r8a7791" if the device is a part of R8A7791 SoC. 9 11 "renesas,usb-phy-r8a7794" if the device is a part of R8A7794 SoC. 10 - "renesas,rcar-gen2-usb-phy" for a generic R-Car Gen2 compatible device. 12 + "renesas,rcar-gen2-usb-phy" for a generic R-Car Gen2 or 13 + RZ/G1 compatible device. 11 14 12 15 When compatible with the generic version, nodes must list the 13 16 SoC-specific version corresponding to the platform first