summaryrefslogtreecommitdiff
path: root/drivers/soc/renesas/Makefile
diff options
context:
space:
mode:
authorBiju Das <biju.das@bp.renesas.com>2019-09-23 10:29:40 +0300
committerGeert Uytterhoeven <geert+renesas@glider.be>2019-10-01 11:29:40 +0300
commit6655c568ced0789479f00b9399603c5d6ee48640 (patch)
tree120304ae567513cacc068a16b3475f49060fda3d /drivers/soc/renesas/Makefile
parent3b1600c515a50417fd08488b844199bd23919f28 (diff)
downloadlinux-6655c568ced0789479f00b9399603c5d6ee48640.tar.xz
soc: renesas: rcar-sysc: Add r8a774b1 support
Add support for RZ/G2N (R8A774B1) SoC power areas to the R-Car SYSC driver. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Link: https://lore.kernel.org/r/1569223780-54304-1-git-send-email-biju.das@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/soc/renesas/Makefile')
-rw-r--r--drivers/soc/renesas/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/renesas/Makefile b/drivers/soc/renesas/Makefile
index 00764d5a60b3..e99dc37ea120 100644
--- a/drivers/soc/renesas/Makefile
+++ b/drivers/soc/renesas/Makefile
@@ -7,6 +7,7 @@ obj-$(CONFIG_SYSC_R8A7743) += r8a7743-sysc.o
obj-$(CONFIG_SYSC_R8A7745) += r8a7745-sysc.o
obj-$(CONFIG_SYSC_R8A77470) += r8a77470-sysc.o
obj-$(CONFIG_SYSC_R8A774A1) += r8a774a1-sysc.o
+obj-$(CONFIG_SYSC_R8A774B1) += r8a774b1-sysc.o
obj-$(CONFIG_SYSC_R8A774C0) += r8a774c0-sysc.o
obj-$(CONFIG_SYSC_R8A7779) += r8a7779-sysc.o
obj-$(CONFIG_SYSC_R8A7790) += r8a7790-sysc.o