aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc/renesas/rcar-sysc.h
diff options
context:
space:
mode:
authorTakeshi Kihara <takeshi.kihara.df@renesas.com>2018-05-15 21:07:38 +0900
committerSimon Horman <horms+renesas@verge.net.au>2018-05-16 10:57:13 +0200
commit44b12d4311d7e296d178cbad019d0537de4f8890 (patch)
tree3ac68f4b4f2dd8abd27bc19bdfb5a3a22a10c2aa /drivers/soc/renesas/rcar-sysc.h
parentarm: shmobile: Add the RZ/N1D (R9A06G032) to the shmobile Kconfig (diff)
downloadwireguard-linux-44b12d4311d7e296d178cbad019d0537de4f8890.tar.xz
wireguard-linux-44b12d4311d7e296d178cbad019d0537de4f8890.zip
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.h')
-rw-r--r--drivers/soc/renesas/rcar-sysc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/renesas/rcar-sysc.h b/drivers/soc/renesas/rcar-sysc.h
index 9b24e3af288f..a22e7cf25e30 100644
--- a/drivers/soc/renesas/rcar-sysc.h
+++ b/drivers/soc/renesas/rcar-sysc.h
@@ -62,6 +62,7 @@ extern const struct rcar_sysc_info r8a7796_sysc_info;
extern const struct rcar_sysc_info r8a77965_sysc_info;
extern const struct rcar_sysc_info r8a77970_sysc_info;
extern const struct rcar_sysc_info r8a77980_sysc_info;
+extern const struct rcar_sysc_info r8a77990_sysc_info;
extern const struct rcar_sysc_info r8a77995_sysc_info;