The series enables the two VSPX instances connected to the R-Car ISP on Renesas R-Car V4H. Define clock identifiers based on the MSTPCR id for the VSPX instances and defined device nodes in the V4H .dts file. The VSPX modules interface with extenal memory through dedicated FCP instances named FCPVX. Before defining VSPDX, define and enable the FXPVX instances as well. Testd on V4H White-Hawk by reading the FCPVX and VSPX version registers during system boot. Signed-off-by: Jacopo Mondi <jacopo.mondi+renesas@xxxxxxxxxxxxxxxx> --- Changes in v4: - Changed the patch authorship to my +renesas address - Link to v3: https://lore.kernel.org/r/20241219-rcar-v4h-vspx-v3-0-8fe8d2afb268@xxxxxxxxxxxxxxxx Changes in v3: - Test on an actual board and fix the VSPX and FCPVX power domains to use the ISP power domains - Re-parent the VSPX and FCPVX clocks to the 800MHz S0D1 - Link to v2: https://lore.kernel.org/r/20241218-rcar-v4h-vspx-v2-0-c673647d96e1@xxxxxxxxxxxxxxxx Changes in v2: - Collect tags - Re-sort nodes by unit address - Link to v1: https://lore.kernel.org/r/20241217-rcar-v4h-vspx-v1-0-de04ea044ed4@xxxxxxxxxxxxxxxx --- Jacopo Mondi (4): clk: renesas: r8a779g0: Add FCPVX clocks arm64: dts: renesas: r8a779g0: Add FCPVX instances clk: renesas: r8a779g0: Add VSPX clocks arm64: dts: renesas: r8a779g0: Add VSPX instances arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 40 +++++++++++++++++++++++++++++++ drivers/clk/renesas/r8a779g0-cpg-mssr.c | 4 ++++ 2 files changed, 44 insertions(+) --- base-commit: 50d451b19cc58cf374160e30cbf72a5ed5b1b129 change-id: 20241217-rcar-v4h-vspx-7d809b701c75 Best regards, -- Jacopo Mondi <jacopo.mondi+renesas@xxxxxxxxxxxxxxxx>