The following changes since commit 31d358e611b7cc21349da58dd2c9118c84b0859f: soc: renesas: Add config option for RZ/V2N (R9A09G056) SoC (2025-04-14 10:53:12 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v6.16-tag2 for you to fetch changes up to 3903b4701bc03d7d805c3df378a7fc2ff72cbef5: soc: renesas: rz-sysc: Add SoC identification for RZ/V2N SoC (2025-05-05 10:54:02 +0200) ---------------------------------------------------------------- Renesas driver updates for v6.16 (take two) - Cover all R-Car drivers in the ARM/RISC-V/RENESAS ARCHITECTURE maintainer entry, - Identify the Renesas RZ/V2N (R9A09G056) SoC. ---------------------------------------------------------------- Lad Prabhakar (1): soc: renesas: rz-sysc: Add SoC identification for RZ/V2N SoC Uwe Kleine-König (1): MAINTAINERS: Generalize ARM/RISC-V/RENESAS ARCHITECTURE MAINTAINERS | 2 +- drivers/soc/renesas/Kconfig | 5 +++ drivers/soc/renesas/Makefile | 1 + drivers/soc/renesas/r9a09g056-sys.c | 75 +++++++++++++++++++++++++++++++++++++ drivers/soc/renesas/rz-sysc.c | 3 ++ drivers/soc/renesas/rz-sysc.h | 1 + 6 files changed, 86 insertions(+), 1 deletion(-) create mode 100644 drivers/soc/renesas/r9a09g056-sys.c