Message ID | 1594230511-24790-3-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 HSCIF 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:25 +0100, Lad Prabhakar wrote: > RZ/G2H (R8A774E1) SoC also has the R-Car gen3 compatible HSCIF ports, > so document the SoC specific bindings. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > --- > Documentation/devicetree/bindings/serial/renesas,hscif.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 HSCIF ports, > so document the SoC specific bindings. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > --- > Documentation/devicetree/bindings/serial/renesas,hscif.yaml | 1 + > 1 file changed, 1 insertion(+) > Could you please pick this patch. Cheers, Prabhakar > diff --git a/Documentation/devicetree/bindings/serial/renesas,hscif.yaml b/Documentation/devicetree/bindings/serial/renesas,hscif.yaml > index 6b04c0451d41..9fb87a648c1b 100644 > --- a/Documentation/devicetree/bindings/serial/renesas,hscif.yaml > +++ b/Documentation/devicetree/bindings/serial/renesas,hscif.yaml > @@ -42,6 +42,7 @@ properties: > - renesas,hscif-r8a774a1 # RZ/G2M > - renesas,hscif-r8a774b1 # RZ/G2N > - renesas,hscif-r8a774c0 # RZ/G2E > + - renesas,hscif-r8a774e1 # RZ/G2H > - renesas,hscif-r8a7795 # R-Car H3 > - renesas,hscif-r8a7796 # R-Car M3-W > - renesas,hscif-r8a77961 # R-Car M3-W+ > -- > 2.17.1 >
diff --git a/Documentation/devicetree/bindings/serial/renesas,hscif.yaml b/Documentation/devicetree/bindings/serial/renesas,hscif.yaml index 6b04c0451d41..9fb87a648c1b 100644 --- a/Documentation/devicetree/bindings/serial/renesas,hscif.yaml +++ b/Documentation/devicetree/bindings/serial/renesas,hscif.yaml @@ -42,6 +42,7 @@ properties: - renesas,hscif-r8a774a1 # RZ/G2M - renesas,hscif-r8a774b1 # RZ/G2N - renesas,hscif-r8a774c0 # RZ/G2E + - renesas,hscif-r8a774e1 # RZ/G2H - renesas,hscif-r8a7795 # R-Car H3 - renesas,hscif-r8a7796 # R-Car M3-W - renesas,hscif-r8a77961 # R-Car M3-W+
RZ/G2H (R8A774E1) SoC also has the R-Car gen3 compatible HSCIF ports, so document the SoC specific bindings. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> --- Documentation/devicetree/bindings/serial/renesas,hscif.yaml | 1 + 1 file changed, 1 insertion(+)