aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/renesas/rcar-sysc.c
diff options
context:
space:
mode:
authorTakeshi Kihara <takeshi.kihara.df@renesas.com>2018-05-15 08:07:38 -0400
committerSimon Horman <horms+renesas@verge.net.au>2018-05-16 04:57:13 -0400
commit44b12d4311d7e296d178cbad019d0537de4f8890 (patch)
tree3ac68f4b4f2dd8abd27bc19bdfb5a3a22a10c2aa /drivers/soc/renesas/rcar-sysc.c
parentd9dcd6c1c646496e5e306baabce330457cdf478c (diff)
soc: renesas: rcar-sysc: Add support for R-Car E3 power areas
This patch adds Cortex-A53 CPU{0,1}, Cortex-A53 SCU, Cortex-R7, A3VC, A2VC1 and 3DG-{A,B} power domain areas for the R8A77990 SoC. Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com> [shimoda: fix 3DG-{A,B} and add SPDX-License-Identifier] Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/soc/renesas/rcar-sysc.c')
-rw-r--r--drivers/soc/renesas/rcar-sysc.c3
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