Message ID | 20200106174639.20862-1-tiny.windzz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Daniel Lezcano |
Headers | show |
Series | [v2,1/2] thermal: sun8i: fix r40 ths number | expand |
diff --git a/drivers/thermal/sun8i_thermal.c b/drivers/thermal/sun8i_thermal.c index 23a5f4aa4be4..c5661d7c3e20 100644 --- a/drivers/thermal/sun8i_thermal.c +++ b/drivers/thermal/sun8i_thermal.c @@ -565,7 +565,7 @@ static const struct ths_thermal_chip sun8i_h3_ths = { }; static const struct ths_thermal_chip sun8i_r40_ths = { - .sensor_num = 3, + .sensor_num = 2, .offset = 251086, .scale = 1130, .has_mod_clk = true,