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 r8a7794

Simply document the new compat string.
There appears to be no need for a driver update.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
[geert: Reworded to match previous commits]
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

Ulrich Hecht and committed by
Greg Kroah-Hartman
c556522e bbac3297

+4
+4
Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
··· 20 20 - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2) SCIFA compatible UART. 21 21 - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2) SCIFB compatible UART. 22 22 - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2) HSCIF compatible UART. 23 + - "renesas,scif-r8a7794" for R8A7794 (R-Car E2) SCIF compatible UART. 24 + - "renesas,scifa-r8a7794" for R8A7794 (R-Car E2) SCIFA compatible UART. 25 + - "renesas,scifb-r8a7794" for R8A7794 (R-Car E2) SCIFB compatible UART. 26 + - "renesas,hscif-r8a7794" for R8A7794 (R-Car E2) HSCIF compatible UART. 23 27 - "renesas,scif" for generic SCIF compatible UART. 24 28 - "renesas,scifa" for generic SCIFA compatible UART. 25 29 - "renesas,scifb" for generic SCIFB compatible UART.