Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

serial: sh-sci: Add device tree support for r7s72100

Simply document the new compat string (and keep the list sorted by SoC).
There appears to be no need for a driver update.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Geert Uytterhoeven and committed by
Greg Kroah-Hartman
681b05f5 c556522e

+3 -2
+3 -2
Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
··· 4 4 5 5 - compatible: Must contain one of the following: 6 6 7 - - "renesas,scifa-sh73a0" for SH73A0 (SH-Mobile AG5) SCIFA compatible UART. 8 - - "renesas,scifb-sh73a0" for SH73A0 (SH-Mobile AG5) SCIFB compatible UART. 7 + - "renesas,scif-r7s72100" for R7S72100 (RZ/A1H) SCIF compatible UART. 9 8 - "renesas,scifa-r8a73a4" for R8A73A4 (R-Mobile APE6) SCIFA compatible UART. 10 9 - "renesas,scifb-r8a73a4" for R8A73A4 (R-Mobile APE6) SCIFB compatible UART. 11 10 - "renesas,scifa-r8a7740" for R8A7740 (R-Mobile A1) SCIFA compatible UART. ··· 23 24 - "renesas,scifa-r8a7794" for R8A7794 (R-Car E2) SCIFA compatible UART. 24 25 - "renesas,scifb-r8a7794" for R8A7794 (R-Car E2) SCIFB compatible UART. 25 26 - "renesas,hscif-r8a7794" for R8A7794 (R-Car E2) HSCIF compatible UART. 27 + - "renesas,scifa-sh73a0" for SH73A0 (SH-Mobile AG5) SCIFA compatible UART. 28 + - "renesas,scifb-sh73a0" for SH73A0 (SH-Mobile AG5) SCIFB compatible UART. 26 29 - "renesas,scif" for generic SCIF compatible UART. 27 30 - "renesas,scifa" for generic SCIFA compatible UART. 28 31 - "renesas,scifb" for generic SCIFB compatible UART.