Hi Niklas, On Thu, Nov 26, 2020 at 11:30 PM Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> wrote: > Add support for R-Car V3U. 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,13 +60,14 @@ > #define MCELSIUS(temp) ((temp) * 1000) > #define GEN3_FUSE_MASK 0xFFF > > -#define TSC_MAX_NUM 3 > +#define TSC_MAX_NUM 4 As pointed out by Shimoda-san in response to the DT binding update, R-Car V3U has 5 sensors. > > /* default THCODE values if FUSEs are missing */ > static const int thcodes[TSC_MAX_NUM][3] = { > { 3397, 2800, 2221 }, > { 3393, 2795, 2216 }, > { 3389, 2805, 2237 }, > + { 3415, 2694, 2195 }, No idea what the missing fifth entry should be... 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