File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,9 @@ enum {
211
211
/* The total number of temperature sensors in the MT8183 */
212
212
#define MT8183_NUM_SENSORS 6
213
213
214
+ /* The number of banks in the MT8183 */
215
+ #define MT8183_NUM_ZONES 1
216
+
214
217
/* The number of sensing points per bank */
215
218
#define MT8183_NUM_SENSORS_PER_ZONE 6
216
219
@@ -497,7 +500,7 @@ static const struct mtk_thermal_data mt7622_thermal_data = {
497
500
*/
498
501
static const struct mtk_thermal_data mt8183_thermal_data = {
499
502
.auxadc_channel = MT8183_TEMP_AUXADC_CHANNEL ,
500
- .num_banks = MT8183_NUM_SENSORS_PER_ZONE ,
503
+ .num_banks = MT8183_NUM_ZONES ,
501
504
.num_sensors = MT8183_NUM_SENSORS ,
502
505
.vts_index = mt8183_vts_index ,
503
506
.cali_val = MT8183_CALIBRATION ,
You can’t perform that action at this time.
0 commit comments