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>
This commit is contained in:
Kuninori Morimoto 2025-07-03 04:52:22 +00:00 committed by Greg Kroah-Hartman
parent 6ac1d60473
commit a553ab200e

View File

@ -3437,6 +3437,9 @@ static const struct of_device_id of_sci_match[] __maybe_unused = {
}, {
.compatible = "renesas,rcar-gen4-scif",
.data = &of_sci_rcar_scif
}, {
.compatible = "renesas,rcar-gen5-scif",
.data = &of_sci_rcar_scif
},
/* Generic types */
{