]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
serial: sh-sci: Add R-Car Gen5 support
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 3 Jul 2025 04:52:22 +0000 (04:52 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2025 11:45:01 +0000 (13:45 +0200)
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>
drivers/tty/serial/sh-sci.c

index 1c356544a832a0c2c376671111b6da8c045fc87e..06d674a744e287abcda108a820f8735b0a4638dd 100644 (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 */
        {