We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d23fb commit 7954c92Copy full SHA for 7954c92
drivers/thermal/mediatek/lvts_thermal.c
@@ -1530,11 +1530,15 @@ static const struct lvts_data mt7988_lvts_ap_data = {
1530
static const struct lvts_data mt8192_lvts_mcu_data = {
1531
.lvts_ctrl = mt8192_lvts_mcu_data_ctrl,
1532
.num_lvts_ctrl = ARRAY_SIZE(mt8192_lvts_mcu_data_ctrl),
1533
+ .temp_factor = LVTS_COEFF_A_MT8195,
1534
+ .temp_offset = LVTS_COEFF_B_MT8195,
1535
};
1536
1537
static const struct lvts_data mt8192_lvts_ap_data = {
1538
.lvts_ctrl = mt8192_lvts_ap_data_ctrl,
1539
.num_lvts_ctrl = ARRAY_SIZE(mt8192_lvts_ap_data_ctrl),
1540
1541
1542
1543
1544
static const struct lvts_data mt8195_lvts_mcu_data = {
0 commit comments