diff options
author | Biju Das <biju.das@bp.renesas.com> | 2018-03-28 20:26:09 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-04-16 16:01:24 +0200 |
commit | 964f7c0dd23de68c0a3f33a91ca10775ef39ad71 (patch) | |
tree | 0ab0d8e5b94f6266b86354ba14d217297b0a5499 /drivers/soc/renesas/Makefile | |
parent | a3a9033f1193842c6e0b518db196ade0f882cf78 (diff) |
soc: renesas: rcar-sysc: Add r8a77470 support
Add support for RZ/G1C (R8A77470) SoC power areas to the R-Car SYSC
driver.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.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/Makefile')
-rw-r--r-- | drivers/soc/renesas/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/renesas/Makefile b/drivers/soc/renesas/Makefile index ccb5ec57a262..a86ece7b84d1 100644 --- a/drivers/soc/renesas/Makefile +++ b/drivers/soc/renesas/Makefile @@ -5,6 +5,7 @@ obj-$(CONFIG_SOC_RENESAS) += renesas-soc.o # SoC obj-$(CONFIG_SYSC_R8A7743) += r8a7743-sysc.o obj-$(CONFIG_SYSC_R8A7745) += r8a7745-sysc.o +obj-$(CONFIG_SYSC_R8A77470) += r8a77470-sysc.o obj-$(CONFIG_SYSC_R8A7779) += r8a7779-sysc.o obj-$(CONFIG_SYSC_R8A7790) += r8a7790-sysc.o obj-$(CONFIG_SYSC_R8A7791) += r8a7791-sysc.o |