Skip to content

Commit 7088d2d

Browse files
Jacopo Mondigeertu
authored andcommitted
clk: renesas: r8a779g0: Add VSPX clocks
Add the VSPX modules clock for Renesas R-Car V4H (R8A779G0) SoC. Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo.mondi+renesas@ideasonboard.com> Link: https://lore.kernel.org/20241220-rcar-v4h-vspx-v4-3-7dc1812585ad@ideasonboard.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent c5a8700 commit 7088d2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/renesas/r8a779g0-cpg-mssr.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ static const struct mssr_mod_clk r8a779g0_mod_clks[] __initconst = {
238238
DEF_MOD("pfc2", 917, R8A779G0_CLK_CP),
239239
DEF_MOD("pfc3", 918, R8A779G0_CLK_CP),
240240
DEF_MOD("tsc", 919, R8A779G0_CLK_CL16M),
241+
DEF_MOD("vspx0", 1028, R8A779G0_CLK_S0D1_VIO),
242+
DEF_MOD("vspx1", 1029, R8A779G0_CLK_S0D1_VIO),
241243
DEF_MOD("fcpvx0", 1100, R8A779G0_CLK_S0D1_VIO),
242244
DEF_MOD("fcpvx1", 1101, R8A779G0_CLK_S0D1_VIO),
243245
DEF_MOD("tsn", 2723, R8A779G0_CLK_S0D4_HSC),

0 commit comments

Comments
 (0)