diff options
Diffstat (limited to 'drivers/soc/renesas/rcar-sysc.c')
-rw-r--r-- | drivers/soc/renesas/rcar-sysc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/soc/renesas/rcar-sysc.c b/drivers/soc/renesas/rcar-sysc.c index 99203bdc333a..95120acc4d80 100644 --- a/drivers/soc/renesas/rcar-sysc.c +++ b/drivers/soc/renesas/rcar-sysc.c | |||
@@ -296,6 +296,9 @@ static const struct of_device_id rcar_sysc_matches[] __initconst = { | |||
296 | #ifdef CONFIG_SYSC_R8A77980 | 296 | #ifdef CONFIG_SYSC_R8A77980 |
297 | { .compatible = "renesas,r8a77980-sysc", .data = &r8a77980_sysc_info }, | 297 | { .compatible = "renesas,r8a77980-sysc", .data = &r8a77980_sysc_info }, |
298 | #endif | 298 | #endif |
299 | #ifdef CONFIG_SYSC_R8A77990 | ||
300 | { .compatible = "renesas,r8a77990-sysc", .data = &r8a77990_sysc_info }, | ||
301 | #endif | ||
299 | #ifdef CONFIG_SYSC_R8A77995 | 302 | #ifdef CONFIG_SYSC_R8A77995 |
300 | { .compatible = "renesas,r8a77995-sysc", .data = &r8a77995_sysc_info }, | 303 | { .compatible = "renesas,r8a77995-sysc", .data = &r8a77995_sysc_info }, |
301 | #endif | 304 | #endif |