Skip to content

Commit ef9916d

Browse files
CongDanggeertu
authored andcommitted
clk: renesas: r8a779h0: Add INTC-EX clock
Add the module clock used by the Interrupt Controller for External Devices (INTC-EX) aka IRQC on the Renesas R-Car V4M (R8A779H0) SoC. Signed-off-by: Cong Dang <[email protected]> Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/e260fd8eac0187c690ac6c62673b29f97e2ad5a4.1713279470.git.geert+renesas@glider.be
1 parent 50f0cbd commit ef9916d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ static const struct mssr_mod_clk r8a779h0_mod_clks[] = {
184184
DEF_MOD("i2c1", 519, R8A779H0_CLK_S0D6_PER),
185185
DEF_MOD("i2c2", 520, R8A779H0_CLK_S0D6_PER),
186186
DEF_MOD("i2c3", 521, R8A779H0_CLK_S0D6_PER),
187+
DEF_MOD("irqc", 611, R8A779H0_CLK_CL16M),
187188
DEF_MOD("msi0", 618, R8A779H0_CLK_MSO),
188189
DEF_MOD("msi1", 619, R8A779H0_CLK_MSO),
189190
DEF_MOD("msi2", 620, R8A779H0_CLK_MSO),

0 commit comments

Comments
 (0)