diff --git a/drivers/thermal/rockchip_thermal.c b/drivers/thermal/rockchip_thermal.c index 55da2251a9e8..959025434f3a 100644 --- a/drivers/thermal/rockchip_thermal.c +++ b/drivers/thermal/rockchip_thermal.c @@ -655,9 +655,9 @@ static const struct tsadc_table rk3506_code_table[] = { {362, MIN_TEMP}, {395, -40000}, {503, 25000}, - {604, 85000}, - {672, 125000}, - {757, MAX_TEMP}, + {528, 40000}, + {679, 125000}, + {779, MAX_TEMP}, {TSADCV2_DATA_MASK, MAX_TEMP}, };