]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
soc: renesas: rcar-rst: Add support for RZ/G2N
authorBiju Das <biju.das@bp.renesas.com>
Thu, 19 Sep 2019 08:17:12 +0000 (09:17 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 1 Oct 2019 08:29:40 +0000 (10:29 +0200)
Add support for RZ/G2N (R8A774B1) to the R-Car RST driver.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Link: https://lore.kernel.org/r/1568881036-4404-5-git-send-email-biju.das@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/soc/renesas/rcar-rst.c

index d183c381e8dbb6c14ccb26b0eed8e819a9f7be19..cd5592977cefc22b56a3920ffa2e8a19d6a20b8e 100644 (file)
@@ -45,6 +45,7 @@ static const struct of_device_id rcar_rst_matches[] __initconst = {
        { .compatible = "renesas,r8a77470-rst", .data = &rcar_rst_gen2 },
        /* RZ/G2 is handled like R-Car Gen3 */
        { .compatible = "renesas,r8a774a1-rst", .data = &rcar_rst_gen3 },
+       { .compatible = "renesas,r8a774b1-rst", .data = &rcar_rst_gen3 },
        { .compatible = "renesas,r8a774c0-rst", .data = &rcar_rst_gen3 },
        /* R-Car Gen1 */
        { .compatible = "renesas,r8a7778-reset-wdt", .data = &rcar_rst_gen1 },