summaryrefslogtreecommitdiff
path: root/firmware/drivers/pcf50635.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/pcf50635.c')
-rw-r--r--firmware/drivers/pcf50635.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/pcf50635.c b/firmware/drivers/pcf50635.c
index 9ccf5e29e2..38104b8d04 100644
--- a/firmware/drivers/pcf50635.c
+++ b/firmware/drivers/pcf50635.c
@@ -102,9 +102,9 @@ void pcf50635_init(void)
102 PCF5063X_REG_GPIO3CFG, 0x0, 102 PCF5063X_REG_GPIO3CFG, 0x0,
103 103
104 /* IRQ masks (OF values in brackets) */ 104 /* IRQ masks (OF values in brackets) */
105 PCF5063X_REG_INT1M, 0xff, /* (0x8a enable alarm, usbins, adpins) */ 105 PCF5063X_REG_INT1M, 0xfa, /* (0x8a enable alarm, usbins, adpins) */
106 PCF5063X_REG_INT2M, 0xff, /* (0xff all masked) */ 106 PCF5063X_REG_INT2M, 0xff, /* (0xff all masked) */
107 PCF5063X_REG_INT3M, 0xff, /* (0x7f enable onkey1s) */ 107 PCF5063X_REG_INT3M, 0x7f, /* (0x7f enable onkey1s) */
108 PCF5063X_REG_INT4M, 0xff, /* (0xfd enable lowbat) */ 108 PCF5063X_REG_INT4M, 0xff, /* (0xfd enable lowbat) */
109 PCF5063X_REG_INT5M, 0xff, /* (0xff all masked) */ 109 PCF5063X_REG_INT5M, 0xff, /* (0xff all masked) */
110 110