Skip to content

Commit 1f5ed3a

Browse files
morimotogeertu
authored andcommitted
clk: renesas: r8a779h0: Add Audio clocks
Add module clocks for the Audio (SSI/SSIU) blocks on the Renesas R-Car V4M (R8A779H0) SoC. Signed-off-by: Kuninori Morimoto <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent c8bd9bd commit 1f5ed3a

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
@@ -233,6 +233,8 @@ static const struct mssr_mod_clk r8a779h0_mod_clks[] = {
233233
DEF_MOD("pfc1", 916, R8A779H0_CLK_CP),
234234
DEF_MOD("pfc2", 917, R8A779H0_CLK_CP),
235235
DEF_MOD("tsc2:tsc1", 919, R8A779H0_CLK_CL16M),
236+
DEF_MOD("ssiu", 2926, R8A779H0_CLK_S0D6_PER),
237+
DEF_MOD("ssi", 2927, R8A779H0_CLK_S0D6_PER),
236238
};
237239

238240
/*

0 commit comments

Comments
 (0)