diff mbox series

[RFT] serial: sh-sci: Add r8a77990 support

Message ID 20180918100932.16304-1-wsa+renesas@sang-engineering.com (mailing list archive)
State Superseded
Delegated to: Geert Uytterhoeven
Headers show
Series [RFT] serial: sh-sci: Add r8a77990 support | expand

Commit Message

Wolfram Sang Sept. 18, 2018, 10:09 a.m. UTC
From: Hiromitsu Yamasaki <hiromitsu.yamasaki.ym@renesas.com>

This patch adds the R-Car E3 serial documentation.

Signed-off-by: Hiromitsu Yamasaki <hiromitsu.yamasaki.ym@renesas.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---

I cannot test this. But we have other devices added for E3 meanwhile, so
people surely used a console to do that? Can somebody confirm this?
After that I'll send a proper patch to linux-serial list, too.

 Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 2 ++
 1 file changed, 2 insertions(+)

Comments

Geert Uytterhoeven Sept. 18, 2018, 11:11 a.m. UTC | #1
Hi Wolfram,

On Tue, Sep 18, 2018 at 12:09 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> From: Hiromitsu Yamasaki <hiromitsu.yamasaki.ym@renesas.com>
>
> This patch adds the R-Car E3 serial documentation.
>
> Signed-off-by: Hiromitsu Yamasaki <hiromitsu.yamasaki.ym@renesas.com>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

> ---
>
> I cannot test this. But we have other devices added for E3 meanwhile, so
> people surely used a console to do that? Can somebody confirm this?
> After that I'll send a proper patch to linux-serial list, too.

SCIF is definitely working.
HSCIF0 can be muxed to the same pins as the console (SCIF2), so you
can actually test this using remote access, after upporting the pfc part ;-)

For local users: on E3, the QSPI pins (on 2.54mm headers on Ebisu) are
not single-use, but can be muxed to HSCIF, too.

Gr{oetje,eeting}s,

                        Geert
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
index eaca9da79d83..0873dc043d4d 100644
--- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
+++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
@@ -50,6 +50,8 @@  Required properties:
     - "renesas,hscif-r8a77970" for R8A77970 (R-Car V3M) HSCIF compatible UART.
     - "renesas,scif-r8a77980" for R8A77980 (R-Car V3H) SCIF compatible UART.
     - "renesas,hscif-r8a77980" for R8A77980 (R-Car V3H) HSCIF compatible UART.
+    - "renesas,scif-r8a77990" for R8A77990 (R-Car E3) SCIF compatible UART.
+    - "renesas,hscif-r8a77990" for R8A77990 (R-Car E3) HSCIF compatible UART.
     - "renesas,scif-r8a77995" for R8A77995 (R-Car D3) SCIF compatible UART.
     - "renesas,hscif-r8a77995" for R8A77995 (R-Car D3) HSCIF compatible UART.
     - "renesas,scifa-sh73a0" for SH73A0 (SH-Mobile AG5) SCIFA compatible UART.