Skip to content

Commit c66424e

Browse files
Niklas Söderlundgeertu
authored andcommitted
clk: renesas: r8a779a0: Add TSC clock
Implement support for the TSC clock on V3U. Signed-off-by: Niklas Söderlund <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent c52f4f8 commit c66424e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ static const struct mssr_mod_clk r8a779a0_mod_clks[] __initconst = {
237237
DEF_MOD("pfc1", 916, R8A779A0_CLK_CP),
238238
DEF_MOD("pfc2", 917, R8A779A0_CLK_CP),
239239
DEF_MOD("pfc3", 918, R8A779A0_CLK_CP),
240+
DEF_MOD("tsc", 919, R8A779A0_CLK_CL16MCK),
240241
DEF_MOD("vspx0", 1028, R8A779A0_CLK_S1D1),
241242
DEF_MOD("vspx1", 1029, R8A779A0_CLK_S1D1),
242243
DEF_MOD("vspx2", 1030, R8A779A0_CLK_S1D1),

0 commit comments

Comments
 (0)