Skip to content

Commit 1b4298f

Browse files
shimodaygeertu
authored andcommitted
soc: renesas: r8a779a0-sysc: Add r8a779a0 support
Add support for R-Car V3U (R8A779A0) SoC power areas and register access, because register specification differs from R-Car Gen2/3. Inspired by patches in the BSP by Tho Vu. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Link: https://lore.kernel.org/r/1599810232-29035-5-git-send-email-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 468588c commit 1b4298f

3 files changed

Lines changed: 453 additions & 0 deletions

File tree

drivers/soc/renesas/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ config ARCH_R8A77970
247247
config ARCH_R8A779A0
248248
bool "ARM64 Platform support for R-Car V3U"
249249
select ARCH_RCAR_GEN3
250+
select SYSC_R8A779A0
250251
help
251252
This enables support for the Renesas R-Car V3U SoC.
252253

@@ -338,6 +339,9 @@ config SYSC_R8A77970
338339
bool "System Controller support for R-Car V3M" if COMPILE_TEST
339340
select SYSC_RCAR
340341

342+
config SYSC_R8A779A0
343+
bool "System Controller support for R-Car V3U" if COMPILE_TEST
344+
341345
config SYSC_RMOBILE
342346
bool "System Controller support for R-Mobile" if COMPILE_TEST
343347

drivers/soc/renesas/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ obj-$(CONFIG_SYSC_R8A77970) += r8a77970-sysc.o
2424
obj-$(CONFIG_SYSC_R8A77980) += r8a77980-sysc.o
2525
obj-$(CONFIG_SYSC_R8A77990) += r8a77990-sysc.o
2626
obj-$(CONFIG_SYSC_R8A77995) += r8a77995-sysc.o
27+
obj-$(CONFIG_SYSC_R8A779A0) += r8a779a0-sysc.o
2728
ifdef CONFIG_SMP
2829
obj-$(CONFIG_ARCH_R9A06G032) += r9a06g032-smp.o
2930
endif

0 commit comments

Comments
 (0)