Skip to content

Commit f154ef0

Browse files
Niklas Söderlundgeertu
authored andcommitted
clk: renesas: r8a779g0: Add EtherTSN clock
Add the TSN module clock, which is used by the EtherTSN module on the Renesas R-Car V4H (R8A779G0) SoC. Signed-off-by: Niklas Söderlund <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent b85ea95 commit f154ef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ static const struct mssr_mod_clk r8a779g0_mod_clks[] __initconst = {
235235
DEF_MOD("pfc2", 917, R8A779G0_CLK_CL16M),
236236
DEF_MOD("pfc3", 918, R8A779G0_CLK_CL16M),
237237
DEF_MOD("tsc", 919, R8A779G0_CLK_CL16M),
238+
DEF_MOD("tsn", 2723, R8A779G0_CLK_S0D4_HSC),
238239
DEF_MOD("ssiu", 2926, R8A779G0_CLK_S0D6_PER),
239240
DEF_MOD("ssi", 2927, R8A779G0_CLK_S0D6_PER),
240241
};

0 commit comments

Comments
 (0)