From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Hi All, This series adds support for the Clock Generator, Module Standby, and Software Reset (CPG/MSSR) found on the Renesas RZ/N2H (R9A09G087) SoC. The implementation reuses the existing RZ/T2H (R9A09G077) CPG/MSSR driver, as both SoCs share the same clock and reset architecture. Note, Ive split the CPG/MMSR support into separate series previously the patches were part of series [1]. [1] https://lore.kernel.org/all/20250609203656.333138-1-prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx/ v1->v2: - Rebased on latest linux-next. - Update commit messages for patches 1/4 and 4/4 - Patches 2/4 and 3/4 are new patches to add PCLKL core clock - Added reviewed-by tags. Cheers, Prabhakar Lad Prabhakar (4): dt-bindings: clock: renesas,cpg-mssr: Document RZ/N2H support dt-bindings: clock: renesas,r9a09g077: Add PCLKL core clock ID clk: renesas: r9a09g077-cpg: Add PCLKL core clock clk: renesas: Add CPG/MSSR support to RZ/N2H SoC .../bindings/clock/renesas,cpg-mssr.yaml | 5 +++- drivers/clk/renesas/Kconfig | 5 ++++ drivers/clk/renesas/Makefile | 1 + drivers/clk/renesas/r9a09g077-cpg.c | 4 ++- drivers/clk/renesas/renesas-cpg-mssr.c | 6 ++++ .../clock/renesas,r9a09g077-cpg-mssr.h | 1 + .../clock/renesas,r9a09g087-cpg-mssr.h | 28 +++++++++++++++++++ 7 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 include/dt-bindings/clock/renesas,r9a09g087-cpg-mssr.h -- 2.49.0