soc: renesas: rcar-rst: Add support for R-Car V4H
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Wed, 20 Apr 2022 08:42:51 +0000 (17:42 +0900)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 25 Apr 2022 08:58:58 +0000 (10:58 +0200)
Add support for R-Car V4H (R8A779G0) to the R-Car RST driver.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/20220420084255.375700-12-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/soc/renesas/rcar-rst.c

index 4d293eb2d8f315d9d5b62439bf3b929b17aa8fcc..e1c7e91f5a86e6c6810710e9ce30d5611de97184 100644 (file)
@@ -103,6 +103,7 @@ static const struct of_device_id rcar_rst_matches[] __initconst = {
        /* R-Car Gen4 */
        { .compatible = "renesas,r8a779a0-rst", .data = &rcar_rst_gen4 },
        { .compatible = "renesas,r8a779f0-rst", .data = &rcar_rst_gen4 },
+       { .compatible = "renesas,r8a779g0-rst", .data = &rcar_rst_gen4 },
        { /* sentinel */ }
 };