Skip to content

Commit 8dffb52

Browse files
morimotogeertu
authored andcommitted
clk: renesas: r8a779g0: Add Audio clocks
Add module clocks for the Audio (SSI/SSIU) blocks on the Renesas R-Car V4H (R8A779G0) SoC. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/878rhganfo.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 75a2f97 commit 8dffb52

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ static const struct mssr_mod_clk r8a779g0_mod_clks[] __initconst = {
213213
DEF_MOD("pfc1", 916, R8A779G0_CLK_CL16M),
214214
DEF_MOD("pfc2", 917, R8A779G0_CLK_CL16M),
215215
DEF_MOD("pfc3", 918, R8A779G0_CLK_CL16M),
216+
DEF_MOD("ssiu", 2926, R8A779G0_CLK_S0D6_PER),
217+
DEF_MOD("ssi", 2927, R8A779G0_CLK_S0D6_PER),
216218
};
217219

218220
/*

0 commit comments

Comments
 (0)