From bb0e9e5f8b40425ae2e08757964cffbcb87af129 Mon Sep 17 00:00:00 2001 From: Ye Zhang Date: Thu, 9 Jan 2025 10:49:18 +0800 Subject: [PATCH] thermal: rockchip: change code table for rk3506 Signed-off-by: Ye Zhang Change-Id: I489586424f6a7901933e0b1bed888ca7d5818331 --- drivers/thermal/rockchip_thermal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}, };