thermal/drivers/rockchip: Rename rk_tsadcv3_tshut_mode
authorNicolas Frattaroli <nicolas.frattaroli@collabora.com>
Tue, 10 Jun 2025 12:32:37 +0000 (14:32 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 16 Jul 2025 20:11:10 +0000 (22:11 +0200)
commit9a9f71b2a3a7491c10ceea699e1999298db5c596
treee2934b9c8dc810e6f26de03597d06279168948fb
parent7ee2c3c0dac3727b4e424c8e93de7d5d9d00bcac
thermal/drivers/rockchip: Rename rk_tsadcv3_tshut_mode

The "v" version specifier here refers to the hardware IP revision.
Mainline deviated from downstream here by calling the v4 revision v3 as
it didn't support the v3 hardware revision at all.

This creates needless confusion, so rename it to rk_tsadcv4_tshut_mode
to be consistent with what the hardware wants to be called.

Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250610-rk3576-tsadc-upstream-v6-1-b6e9efbf1015@collabora.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/thermal/rockchip_thermal.c