Message ID | 1554287324-22312-7-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:37 +0100, Biju Das wrote: > Document support for RZ/G1C (R8A77470) SoC. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > --- > V2-->V3 > * No change > V1-->V2 > * New patch > --- > Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On Wed, Apr 03, 2019 at 11:28:37AM +0100, Biju Das wrote: > Document support for RZ/G1C (R8A77470) SoC. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> > --- > V2-->V3 > * No change > V1-->V2 > * New patch > --- > Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt > index d93b6a1..b8acc2a 100644 > --- a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt > +++ b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt > @@ -6,6 +6,7 @@ Required properties: > - "renesas,usbhs-r8a7743" for r8a7743 (RZ/G1M) compatible device > - "renesas,usbhs-r8a7744" for r8a7744 (RZ/G1N) compatible device > - "renesas,usbhs-r8a7745" for r8a7745 (RZ/G1E) compatible device > + - "renesas,usbhs-r8a77470" for r8a77470 (RZ/G1C) compatible device > - "renesas,usbhs-r8a774a1" for r8a774a1 (RZ/G2M) compatible device > - "renesas,usbhs-r8a774c0" for r8a774c0 (RZ/G2E) compatible device > - "renesas,usbhs-r8a7790" for r8a7790 (R-Car H2) compatible device > -- > 2.7.4 >
diff --git a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt index d93b6a1..b8acc2a 100644 --- a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt +++ b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt @@ -6,6 +6,7 @@ Required properties: - "renesas,usbhs-r8a7743" for r8a7743 (RZ/G1M) compatible device - "renesas,usbhs-r8a7744" for r8a7744 (RZ/G1N) compatible device - "renesas,usbhs-r8a7745" for r8a7745 (RZ/G1E) compatible device + - "renesas,usbhs-r8a77470" for r8a77470 (RZ/G1C) compatible device - "renesas,usbhs-r8a774a1" for r8a774a1 (RZ/G2M) compatible device - "renesas,usbhs-r8a774c0" for r8a774c0 (RZ/G2E) compatible device - "renesas,usbhs-r8a7790" for r8a7790 (R-Car H2) compatible device
Document support for RZ/G1C (R8A77470) SoC. Signed-off-by: Biju Das <biju.das@bp.renesas.com> --- V2-->V3 * No change V1-->V2 * New patch --- Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 1 + 1 file changed, 1 insertion(+)