thermal/drivers/mediatek/lvts_thermal: Retrieve all calibration bytes
authorNicolas Pitre <npitre@baylibre.com>
Tue, 2 Apr 2024 03:25:35 +0000 (23:25 -0400)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 23 Apr 2024 10:40:29 +0000 (12:40 +0200)
commit8c25958f71d8c173b81cb422a44c5743beb76af7
treefaf616ebe62030d158c086eef13d836ac103d7b8
parent61fad0a90685d3aaafb05fb6abc1fe39fbb90320
thermal/drivers/mediatek/lvts_thermal: Retrieve all calibration bytes

Calibration values are 24-bit wide. Those values so far appear to span
only 16 bits but let's not push our luck.

Found while looking at the original Mediatek driver code.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20240402032729.2736685-2-nico@fluxnic.net
drivers/thermal/mediatek/lvts_thermal.c