Skip to content

Commit 7502a04

Browse files
committed
clk: renesas: r8a779g0: Add thermal clock
Add the module clock used by the Thermal Sensor/Chip Internal Voltage Monitor/Core Voltage Monitor (THS/CIVM/CVM) on the Renesas R-Car V4H (R8A779G0) SoC. Based on a large patch in the BSP by Kazuya Mizuguchi. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Wolfram Sang <[email protected]> Link: https://lore.kernel.org/r/59461effd0d9f7a39e0c91352c87f2b7071b1891.1675958536.git.geert+renesas@glider.be
1 parent 8dffb52 commit 7502a04

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
@@ -213,6 +213,7 @@ 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("tsc", 919, R8A779G0_CLK_CL16M),
216217
DEF_MOD("ssiu", 2926, R8A779G0_CLK_S0D6_PER),
217218
DEF_MOD("ssi", 2927, R8A779G0_CLK_S0D6_PER),
218219
};

0 commit comments

Comments
 (0)