Skip to content

Commit babc0ea

Browse files
Niklas Söderlundgeertu
authored andcommitted
clk: renesas: r8a779h0: Add ISPCS clocks
Add the ISPCS0 and ISPCS1 module clocks, which are used by the ISPCS modules on the Renesas R-Car V4M (R8A779H0) SoC. Signed-off-by: Niklas Söderlund <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 1613e60 commit babc0ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ static const struct mssr_mod_clk r8a779h0_mod_clks[] = {
185185
DEF_MOD("i2c2", 520, R8A779H0_CLK_S0D6_PER),
186186
DEF_MOD("i2c3", 521, R8A779H0_CLK_S0D6_PER),
187187
DEF_MOD("irqc", 611, R8A779H0_CLK_CL16M),
188+
DEF_MOD("ispcs0", 612, R8A779H0_CLK_S0D2_VIO),
189+
DEF_MOD("ispcs1", 613, R8A779H0_CLK_S0D2_VIO),
188190
DEF_MOD("msi0", 618, R8A779H0_CLK_MSO),
189191
DEF_MOD("msi1", 619, R8A779H0_CLK_MSO),
190192
DEF_MOD("msi2", 620, R8A779H0_CLK_MSO),

0 commit comments

Comments
 (0)