Message ID | 1554287324-22312-4-git-send-email-biju.das@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add USB2.0 support | expand |
On Wed, 3 Apr 2019 11:28:34 +0100, Biju Das wrote: > Document RZ/G1C (R8A77470) SoC bindings. > > For RZ/G1C, this driver is used to enable interrupt generation and > initializing timing registers which is part of phy_init code. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > --- > V2-->V3 > * New patch > https://patchwork.kernel.org/patch/10879899/ > --- > Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring <robh@kernel.org>
Hi Biju-san, > From: Biju Das, Sent: Wednesday, April 3, 2019 7:29 PM > > Document RZ/G1C (R8A77470) SoC bindings. > > For RZ/G1C, this driver is used to enable interrupt generation and > initializing timing registers which is part of phy_init code. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > --- Thank you for the patch! Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Best regards, Yoshihiro Shimoda
diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt index ad9c290..23894db 100644 --- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt +++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt @@ -1,10 +1,12 @@ * Renesas R-Car generation 3 USB 2.0 PHY This file provides information on what the device node for the R-Car generation -3 and RZ/G2 USB 2.0 PHY contain. +3, RZ/G1C and RZ/G2 USB 2.0 PHY contain. Required properties: -- compatible: "renesas,usb2-phy-r8a774a1" if the device is a part of an R8A774A1 +- compatible: "renesas,usb2-phy-r8a77470" if the device is a part of an R8A77470 + SoC. + "renesas,usb2-phy-r8a774a1" if the device is a part of an R8A774A1 SoC. "renesas,usb2-phy-r8a774c0" if the device is a part of an R8A774C0 SoC.
Document RZ/G1C (R8A77470) SoC bindings. For RZ/G1C, this driver is used to enable interrupt generation and initializing timing registers which is part of phy_init code. Signed-off-by: Biju Das <biju.das@bp.renesas.com> --- V2-->V3 * New patch https://patchwork.kernel.org/patch/10879899/ --- Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)