|
@@ -292,6 +292,10 @@ static const struct of_device_id rcar_sysc_matches[] = {
|
|
|
#endif
|
|
|
#ifdef CONFIG_ARCH_R8A7791
|
|
|
{ .compatible = "renesas,r8a7791-sysc", .data = &r8a7791_sysc_info },
|
|
|
+#endif
|
|
|
+#ifdef CONFIG_ARCH_R8A7793
|
|
|
+ /* R-Car M2-N is identical to R-Car M2-W w.r.t. power domains. */
|
|
|
+ { .compatible = "renesas,r8a7793-sysc", .data = &r8a7791_sysc_info },
|
|
|
#endif
|
|
|
{ /* sentinel */ }
|
|
|
};
|