Hi Niklas, On Tue, Mar 9, 2021 at 5:25 PM Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> wrote: > Add support for up to five TSC nodes. The new THCODE values are taken > from the example in the datasheet. > > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> Thanks for your patch! > --- a/drivers/thermal/rcar_gen3_thermal.c > +++ b/drivers/thermal/rcar_gen3_thermal.c > @@ -60,7 +60,7 @@ > #define MCELSIUS(temp) ((temp) * 1000) > #define GEN3_FUSE_MASK 0xFFF > > -#define TSC_MAX_NUM 4 > +#define TSC_MAX_NUM 5 Acked-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > @@ -68,6 +68,7 @@ static const int thcodes[TSC_MAX_NUM][3] = { > { 3393, 2795, 2216 }, > { 3389, 2805, 2237 }, > { 3415, 2694, 2195 }, > + { 3356, 2724, 2244 }, > }; I cannot comment on the actual values, though. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds