Message ID | 1594230511-24790-2-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add basic DT support for R8A774E1 SoC enabling HiHope RZ/G2H board | expand |
On Wed, Jul 8, 2020 at 7:48 PM Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> wrote: > RZ/G2H (R8A774E1) SoC also has the R-Car gen3 compatible SCIF ports, > so document the SoC specific bindings. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
On Wed, 08 Jul 2020 18:48:24 +0100, Lad Prabhakar wrote: > RZ/G2H (R8A774E1) SoC also has the R-Car gen3 compatible SCIF ports, > so document the SoC specific bindings. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > --- > Documentation/devicetree/bindings/serial/renesas,scif.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
Hi Greg, On Wed, Jul 8, 2020 at 6:48 PM Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> wrote: > > RZ/G2H (R8A774E1) SoC also has the R-Car gen3 compatible SCIF ports, > so document the SoC specific bindings. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > --- > Documentation/devicetree/bindings/serial/renesas,scif.yaml | 1 + > 1 file changed, 1 insertion(+) > Could you please pick this patch. Cheers, Prabhakar > diff --git a/Documentation/devicetree/bindings/serial/renesas,scif.yaml b/Documentation/devicetree/bindings/serial/renesas,scif.yaml > index 570b379f9f19..f589ac7577ae 100644 > --- a/Documentation/devicetree/bindings/serial/renesas,scif.yaml > +++ b/Documentation/devicetree/bindings/serial/renesas,scif.yaml > @@ -51,6 +51,7 @@ properties: > - renesas,scif-r8a774a1 # RZ/G2M > - renesas,scif-r8a774b1 # RZ/G2N > - renesas,scif-r8a774c0 # RZ/G2E > + - renesas,scif-r8a774e1 # RZ/G2H > - renesas,scif-r8a7795 # R-Car H3 > - renesas,scif-r8a7796 # R-Car M3-W > - renesas,scif-r8a77961 # R-Car M3-W+ > -- > 2.17.1 >
On Sat, Sep 19, 2020 at 11:35:39AM +0100, Lad, Prabhakar wrote: > Hi Greg, > > On Wed, Jul 8, 2020 at 6:48 PM Lad Prabhakar > <prabhakar.mahadev-lad.rj@bp.renesas.com> wrote: > > > > RZ/G2H (R8A774E1) SoC also has the R-Car gen3 compatible SCIF ports, > > so document the SoC specific bindings. > > > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > > --- > > Documentation/devicetree/bindings/serial/renesas,scif.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > Could you please pick this patch. Sorry for the delay, I missed that Rob acked it. Both now queued up. greg k-h
diff --git a/Documentation/devicetree/bindings/serial/renesas,scif.yaml b/Documentation/devicetree/bindings/serial/renesas,scif.yaml index 570b379f9f19..f589ac7577ae 100644 --- a/Documentation/devicetree/bindings/serial/renesas,scif.yaml +++ b/Documentation/devicetree/bindings/serial/renesas,scif.yaml @@ -51,6 +51,7 @@ properties: - renesas,scif-r8a774a1 # RZ/G2M - renesas,scif-r8a774b1 # RZ/G2N - renesas,scif-r8a774c0 # RZ/G2E + - renesas,scif-r8a774e1 # RZ/G2H - renesas,scif-r8a7795 # R-Car H3 - renesas,scif-r8a7796 # R-Car M3-W - renesas,scif-r8a77961 # R-Car M3-W+
RZ/G2H (R8A774E1) SoC also has the R-Car gen3 compatible SCIF ports, so document the SoC specific bindings. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> --- Documentation/devicetree/bindings/serial/renesas,scif.yaml | 1 + 1 file changed, 1 insertion(+)