Skip to content

Commit ef3cb3a

Browse files
JosephChen2017rkhuangtao
authored andcommitted
mfd: rk808: add RK818_IRQ_CHG_CVTLIM into rk818 regmap irq
Change-Id: Iae2bf8e6aa86c0fd82b6905c9f37fffe2c719479 Signed-off-by: Jianhong Chen <chenjh@rock-chips.com>
1 parent fc6056b commit ef3cb3a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/mfd/rk808.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@ static const struct regmap_irq rk818_irqs[] = {
300300
.mask = TS2_MASK,
301301
.reg_offset = 1,
302302
},
303+
[RK818_IRQ_CHG_CVTLIM] = {
304+
.mask = CHG_CVTLIM_MASK,
305+
.reg_offset = 1,
306+
},
303307
[RK818_IRQ_DISCHG_ILIM] = {
304308
.mask = DISCHG_ILIM_MASK,
305309
.reg_offset = 1,

0 commit comments

Comments
 (0)