Hi Geert, Thanks for your patch. On 2024-03-06 11:52:04 +0100, Geert Uytterhoeven wrote: > 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 <geert+renesas@xxxxxxxxx> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > --- > To be queued in renesas-clk for v6.10. > > Changes compared to the BSP: > - Rename "thermal" to "tsc2:tsc1". > --- > drivers/clk/renesas/r8a779h0-cpg-mssr.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/clk/renesas/r8a779h0-cpg-mssr.c b/drivers/clk/renesas/r8a779h0-cpg-mssr.c > index 71f67a1c86d80f4c..5c48e645f0c3197d 100644 > --- a/drivers/clk/renesas/r8a779h0-cpg-mssr.c > +++ b/drivers/clk/renesas/r8a779h0-cpg-mssr.c > @@ -192,6 +192,7 @@ static const struct mssr_mod_clk r8a779h0_mod_clks[] = { > DEF_MOD("pfc0", 915, R8A779H0_CLK_CP), > DEF_MOD("pfc1", 916, R8A779H0_CLK_CP), > DEF_MOD("pfc2", 917, R8A779H0_CLK_CP), > + DEF_MOD("tsc2:tsc1", 919, R8A779H0_CLK_CL16M), > }; > > /* > -- > 2.34.1 > -- Kind Regards, Niklas Söderlund