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 fa17ff8 commit 2738fb3Copy full SHA for 2738fb3
drivers/thermal/mediatek/lvts_thermal.c
@@ -65,7 +65,6 @@
65
#define LVTS_HW_FILTER 0x0
66
#define LVTS_TSSEL_CONF 0x13121110
67
#define LVTS_CALSCALE_CONF 0x300
68
-#define LVTS_MONINT_CONF 0x0300318C
69
70
#define LVTS_MONINT_OFFSET_HIGH_INTEN_SENSOR0 BIT(3)
71
#define LVTS_MONINT_OFFSET_HIGH_INTEN_SENSOR1 BIT(8)
@@ -951,7 +950,7 @@ static int lvts_irq_init(struct lvts_ctrl *lvts_ctrl)
951
950
* The LVTS_MONINT register layout is the same as the LVTS_MONINTSTS
952
* register, except we set the bits to enable the interrupt.
953
*/
954
- writel(LVTS_MONINT_CONF, LVTS_MONINT(lvts_ctrl->base));
+ writel(0, LVTS_MONINT(lvts_ctrl->base));
955
956
return 0;
957
}
0 commit comments