mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
tty: serial: sh-sci: Add support for R-Car Gen4
Add serial support for R-Car Gen4 SoC. Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Link: https://lore.kernel.org/r/20211209070817.1223888-3-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6aa7cee60c
commit
26baf4b66c
|
|
@ -3181,6 +3181,9 @@ static const struct of_device_id of_sci_match[] = {
|
|||
}, {
|
||||
.compatible = "renesas,rcar-gen3-scif",
|
||||
.data = SCI_OF_DATA(PORT_SCIF, SCIx_SH4_SCIF_BRG_REGTYPE),
|
||||
}, {
|
||||
.compatible = "renesas,rcar-gen4-scif",
|
||||
.data = SCI_OF_DATA(PORT_SCIF, SCIx_SH4_SCIF_BRG_REGTYPE),
|
||||
},
|
||||
/* Generic types */
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user