Skip to content

Commit c69fe2a

Browse files
committed
clk: renesas: r8a779h0: 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 V4M (R8A779H0) SoC. Based on a patch in the BSP by Cong Dang. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Link: https://lore.kernel.org/r/befac3e8342cd552f580d34be863ef84403c541f.1709722056.git.geert+renesas@glider.be
1 parent 002b831 commit c69fe2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ static const struct mssr_mod_clk r8a779h0_mod_clks[] = {
192192
DEF_MOD("pfc0", 915, R8A779H0_CLK_CP),
193193
DEF_MOD("pfc1", 916, R8A779H0_CLK_CP),
194194
DEF_MOD("pfc2", 917, R8A779H0_CLK_CP),
195+
DEF_MOD("tsc2:tsc1", 919, R8A779H0_CLK_CL16M),
195196
};
196197

197198
/*

0 commit comments

Comments
 (0)