Skip to content

Commit a553ab2

Browse files
morimotogregkh
authored andcommitted
serial: sh-sci: Add R-Car Gen5 support
Add "rcar-gen5-scif" compatible string for R-Car Gen5 support. Signed-off-by: Nghia Nguyen <nghia.nguyen.jg@renesas.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/87cyahdgfu.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 6ac1d60 commit a553ab2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/tty/serial/sh-sci.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3437,6 +3437,9 @@ static const struct of_device_id of_sci_match[] __maybe_unused = {
34373437
}, {
34383438
.compatible = "renesas,rcar-gen4-scif",
34393439
.data = &of_sci_rcar_scif
3440+
}, {
3441+
.compatible = "renesas,rcar-gen5-scif",
3442+
.data = &of_sci_rcar_scif
34403443
},
34413444
/* Generic types */
34423445
{

0 commit comments

Comments
 (0)