Hi all, This patch series adds initial support for the Renesas R-Car M3-W+ (R8A77961) SoC, and for the Salvator-XS development board equipped with this SoC. As R-Car M3-W+ is very similar to R-Car M3-W (R8A77960), the existing RST and SYSC drivers are updated to handle both. To avoid confusion between R-Car M3-W and M3-W+, a new config symbol (ARCH_R8A77960) is introduced for M3-W, to replace the old symbol (ARCH_R8A7796) later. The old symbol will be removed when all users in other subsystems have been converted to use the new symbol. The existing config symbol for M3-W SYSC is renamed to SYSC_R8A77960. Changes compared to v1[1]: - Split in per-subsystem series, - Add Reviewed-by, Tested-by, - Rename SYSC_R8A7796, - Add ARCH_R8A77960, - Prepare for future removal of ARCH_R8A7796, - Wrap SoC-specific parts in #ifdefs. I intend to queue this series in renesas-devel for v5.5 (except for the local defconfig patch). Note that arch/arm64/boot/dts/renesas/r8a77961.dtsi depends on the power domain and clock domain indices from: - "[PATCH v2 5/5] dt-bindings: power: Add r8a77961 SYSC power domain definitions"[2], - "[PATCH v2 2/4] dt-bindings: clock: Add r8a77961 CPG Core Clock Definitions"[3], which will be put on a branch shared by drivers and DTS. For testing, I pushed this and all dependencies[2-5] to the topic/r8a77961-v2 branch of my renesas-drivers git repository at git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git. Thanks for your comments! [1] "[PATCH/RFC 00/19] arm64: dts: renesas: Initial support for R-Car M3-W+" https://lore.kernel.org/linux-renesas-soc/20191007102332.12196-1-geert+renesas@xxxxxxxxx/ [2] "[PATCH v2 0/5] dt-bindings: arm: renesas: Add core r8a77961 support" (https://lore.kernel.org/linux-renesas-soc/20191023122911.12166-1-geert+renesas@xxxxxxxxx/) [3] "[PATCH v2 0/4] clk: renesas: Add r8a77961 support" (https://lore.kernel.org/linux-renesas-soc/20191023122941.12342-1-geert+renesas@xxxxxxxxx/) [4] "[PATCH v2 0/3] pinctrl: sh-pfc: Add r8a77961 support" (https://lore.kernel.org/linux-renesas-soc/20191023122955.12420-1-geert+renesas@xxxxxxxxx/) [5] "[PATCH v2] dt-bindings: serial: sh-sci: Document r8a77961 bindings" (https://lore.kernel.org/linux-renesas-soc/20191023123010.12501-1-geert+renesas@xxxxxxxxx/) Geert Uytterhoeven (11): soc: renesas: Rename SYSC_R8A7796 to SYSC_R8A77960 soc: renesas: Add ARCH_R8A77960 for existing R-Car M3-W soc: renesas: Add ARCH_R8A77961 for new R-Car M3-W+ soc: renesas: Identify R-Car M3-W+ soc: renesas: rcar-rst: Add R8A77961 support soc: renesas: rcar-sysc: Add R8A77961 support arm64: dts: renesas: Prepare for rename of ARCH_R8A7796 to ARCH_R8A77960 arm64: dts: renesas: Add Renesas R8A77961 SoC support arm64: dts: renesas: Add support for Salvator-XS with R-Car M3-W+ arm64: defconfig: Enable R8A77961 SoC [LOCAL] arm64: renesas_defconfig: Enable R8A77961 SoC arch/arm64/boot/dts/renesas/Makefile | 4 + .../boot/dts/renesas/r8a77961-salvator-xs.dts | 31 + arch/arm64/boot/dts/renesas/r8a77961.dtsi | 723 ++++++++++++++++++ arch/arm64/configs/defconfig | 1 + arch/arm64/configs/renesas_defconfig | 1 + drivers/soc/renesas/Kconfig | 21 +- drivers/soc/renesas/Makefile | 3 +- drivers/soc/renesas/r8a7796-sysc.c | 27 +- drivers/soc/renesas/rcar-rst.c | 1 + drivers/soc/renesas/rcar-sysc.c | 7 +- drivers/soc/renesas/rcar-sysc.h | 3 +- drivers/soc/renesas/renesas-soc.c | 5 +- 12 files changed, 807 insertions(+), 20 deletions(-) create mode 100644 arch/arm64/boot/dts/renesas/r8a77961-salvator-xs.dts create mode 100644 arch/arm64/boot/dts/renesas/r8a77961.dtsi -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds