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 71acd45b13f0..225c35c79d9a 100644 --- a/drivers/soc/renesas/rcar-sysc.c +++ b/drivers/soc/renesas/rcar-sysc.c | |||
| @@ -278,6 +278,9 @@ static const struct of_device_id rcar_sysc_matches[] = { | |||
| 278 | #ifdef CONFIG_ARCH_R8A7743 | 278 | #ifdef CONFIG_ARCH_R8A7743 |
| 279 | { .compatible = "renesas,r8a7743-sysc", .data = &r8a7743_sysc_info }, | 279 | { .compatible = "renesas,r8a7743-sysc", .data = &r8a7743_sysc_info }, |
| 280 | #endif | 280 | #endif |
| 281 | #ifdef CONFIG_ARCH_R8A7745 | ||
| 282 | { .compatible = "renesas,r8a7745-sysc", .data = &r8a7745_sysc_info }, | ||
| 283 | #endif | ||
| 281 | #ifdef CONFIG_ARCH_R8A7779 | 284 | #ifdef CONFIG_ARCH_R8A7779 |
| 282 | { .compatible = "renesas,r8a7779-sysc", .data = &r8a7779_sysc_info }, | 285 | { .compatible = "renesas,r8a7779-sysc", .data = &r8a7779_sysc_info }, |
| 283 | #endif | 286 | #endif |
