Skip to content

Commit 0475a47

Browse files
prabhakarladgeertu
authored andcommitted
clk: renesas: r9a09g077: Add RIIC module clocks
Add RIIC module clocks for: iic0, iic1, and iic2. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 09d50e0 commit 0475a47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/clk/renesas/r9a09g077-cpg.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ static const struct cpg_core_clk r9a09g077_core_clks[] __initconst = {
154154

155155
static const struct mssr_mod_clk r9a09g077_mod_clks[] __initconst = {
156156
DEF_MOD("sci0fck", 8, CLK_SCI0ASYNC),
157+
DEF_MOD("iic0", 100, R9A09G077_CLK_PCLKL),
158+
DEF_MOD("iic1", 101, R9A09G077_CLK_PCLKL),
159+
DEF_MOD("iic2", 601, R9A09G077_CLK_PCLKL),
157160
DEF_MOD("sdhi0", 1212, R9A09G077_CLK_PCLKAM),
158161
DEF_MOD("sdhi1", 1213, R9A09G077_CLK_PCLKAM),
159162
};

0 commit comments

Comments
 (0)