Skip to content

Commit b32e27f

Browse files
Niklas Söderlundgeertu
authored andcommitted
clk: renesas: r8a779a0: Add FCPVX clocks
Add the FCPVX modules clock for Renesas R-Car V3U. Signed-off-by: Niklas Söderlund <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 989d673 commit b32e27f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ static const struct mssr_mod_clk r8a779a0_mod_clks[] __initconst = {
238238
DEF_MOD("vspx1", 1029, R8A779A0_CLK_S1D1),
239239
DEF_MOD("vspx2", 1030, R8A779A0_CLK_S1D1),
240240
DEF_MOD("vspx3", 1031, R8A779A0_CLK_S1D1),
241+
DEF_MOD("fcpvx0", 1100, R8A779A0_CLK_S1D1),
242+
DEF_MOD("fcpvx1", 1101, R8A779A0_CLK_S1D1),
243+
DEF_MOD("fcpvx2", 1102, R8A779A0_CLK_S1D1),
244+
DEF_MOD("fcpvx3", 1103, R8A779A0_CLK_S1D1),
241245
};
242246

243247
static const unsigned int r8a779a0_crit_mod_clks[] __initconst = {

0 commit comments

Comments
 (0)