Skip to content

Commit c5a8700

Browse files
Jacopo Mondigeertu
authored andcommitted
clk: renesas: r8a779g0: Add FCPVX clocks
Add the FCPVX 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-1-7dc1812585ad@ideasonboard.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 29ebc61 commit c5a8700

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("fcpvx0", 1100, R8A779G0_CLK_S0D1_VIO),
242+
DEF_MOD("fcpvx1", 1101, R8A779G0_CLK_S0D1_VIO),
241243
DEF_MOD("tsn", 2723, R8A779G0_CLK_S0D4_HSC),
242244
DEF_MOD("ssiu", 2926, R8A779G0_CLK_S0D6_PER),
243245
DEF_MOD("ssi", 2927, R8A779G0_CLK_S0D6_PER),

0 commit comments

Comments
 (0)