Message ID | 1522754379-64116-2-git-send-email-biju.das@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
On Tue, Apr 03, 2018 at 12:19:37PM +0100, Biju Das wrote: > RZ/G1C (R8A77470) SoC also has the R-Car gen2 compatible SCIF and HSCIF > ports, so document the SoC specific bindings. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > Reviewed-by: Simon Horman <horms+renesas@verge.net.au> I recommend reposting this as a stand-alone patch with: To: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Rob Herring <robh+dt@kernel.org>, linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org > --- > V1->V2: > * No Change > V2->V3: > * No Change > > Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt > index cf504d0..1c90d2c 100644 > --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt > +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt > @@ -17,6 +17,8 @@ Required properties: > - "renesas,scifa-r8a7745" for R8A7745 (RZ/G1E) SCIFA compatible UART. > - "renesas,scifb-r8a7745" for R8A7745 (RZ/G1E) SCIFB compatible UART. > - "renesas,hscif-r8a7745" for R8A7745 (RZ/G1E) HSCIF compatible UART. > + - "renesas,scif-r8a77470" for R8A77470 (RZ/G1C) SCIF compatible UART. > + - "renesas,hscif-r8a77470" for R8A77470 (RZ/G1C) HSCIF compatible UART. > - "renesas,scif-r8a7778" for R8A7778 (R-Car M1) SCIF compatible UART. > - "renesas,scif-r8a7779" for R8A7779 (R-Car H1) SCIF compatible UART. > - "renesas,scif-r8a7790" for R8A7790 (R-Car H2) SCIF compatible UART. > -- > 2.7.4 >
Hi Simon, Thanks for the feedback. > -----Original Message----- > From: Simon Horman [mailto:horms@verge.net.au] > Sent: 09 April 2018 13:10 > To: Biju Das <biju.das@bp.renesas.com> > Cc: Philipp Zabel <p.zabel@pengutronix.de>; Rob Herring > <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>; Magnus > Damm <magnus.damm@gmail.com>; devicetree@vger.kernel.org; linux- > renesas-soc@vger.kernel.org; Geert Uytterhoeven > <geert+renesas@glider.be>; Chris Paterson > <Chris.Paterson2@renesas.com>; Fabrizio Castro > <fabrizio.castro@bp.renesas.com> > Subject: Re: [PATCH v3 1/3] serial: sh-sci: Document r8a77470 bindings > > On Tue, Apr 03, 2018 at 12:19:37PM +0100, Biju Das wrote: > > RZ/G1C (R8A77470) SoC also has the R-Car gen2 compatible SCIF and > > HSCIF ports, so document the SoC specific bindings. > > > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > > Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > > Reviewed-by: Simon Horman <horms+renesas@verge.net.au> > > I recommend reposting this as a stand-alone patch with: > > To: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > Cc: Rob Herring <robh+dt@kernel.org>, > linux-serial@vger.kernel.org, devicetree@vger.kernel.org, > linux-renesas-soc@vger.kernel.org Will send standalone patch > > --- > > V1->V2: > > * No Change > > V2->V3: > > * No Change > > > > Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 2 > > ++ > > 1 file changed, 2 insertions(+) > > > > diff --git > > a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt > > b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt > > index cf504d0..1c90d2c 100644 > > --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt > > +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt > > @@ -17,6 +17,8 @@ Required properties: > > - "renesas,scifa-r8a7745" for R8A7745 (RZ/G1E) SCIFA compatible UART. > > - "renesas,scifb-r8a7745" for R8A7745 (RZ/G1E) SCIFB compatible UART. > > - "renesas,hscif-r8a7745" for R8A7745 (RZ/G1E) HSCIF compatible UART. > > + - "renesas,scif-r8a77470" for R8A77470 (RZ/G1C) SCIF compatible UART. > > + - "renesas,hscif-r8a77470" for R8A77470 (RZ/G1C) HSCIF compatible > UART. > > - "renesas,scif-r8a7778" for R8A7778 (R-Car M1) SCIF compatible UART. > > - "renesas,scif-r8a7779" for R8A7779 (R-Car H1) SCIF compatible UART. > > - "renesas,scif-r8a7790" for R8A7790 (R-Car H2) SCIF compatible UART. > > -- > > 2.7.4 > > Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.
diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt index cf504d0..1c90d2c 100644 --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt @@ -17,6 +17,8 @@ Required properties: - "renesas,scifa-r8a7745" for R8A7745 (RZ/G1E) SCIFA compatible UART. - "renesas,scifb-r8a7745" for R8A7745 (RZ/G1E) SCIFB compatible UART. - "renesas,hscif-r8a7745" for R8A7745 (RZ/G1E) HSCIF compatible UART. + - "renesas,scif-r8a77470" for R8A77470 (RZ/G1C) SCIF compatible UART. + - "renesas,hscif-r8a77470" for R8A77470 (RZ/G1C) HSCIF compatible UART. - "renesas,scif-r8a7778" for R8A7778 (R-Car M1) SCIF compatible UART. - "renesas,scif-r8a7779" for R8A7779 (R-Car H1) SCIF compatible UART. - "renesas,scif-r8a7790" for R8A7790 (R-Car H2) SCIF compatible UART.