soc: renesas: rcar-sysc: Add support for R-Car M3-W power areas
[cascardo/linux.git] / drivers / soc / renesas / rcar-sysc.c
index 79dbc77..fc997d4 100644 (file)
@@ -302,6 +302,9 @@ static const struct of_device_id rcar_sysc_matches[] = {
 #endif
 #ifdef CONFIG_ARCH_R8A7795
        { .compatible = "renesas,r8a7795-sysc", .data = &r8a7795_sysc_info },
+#endif
+#ifdef CONFIG_ARCH_R8A7796
+       { .compatible = "renesas,r8a7796-sysc", .data = &r8a7796_sysc_info },
 #endif
        { /* sentinel */ }
 };