drivers/i2c/sx9324: Add IrqCfg1 register

Add IrqCfg1 register for proximity IRQ function and polarity setting.

BUG=b:175932166
BRANCH=dedede
TEST=Build passed.

Change-Id: I3cee84a5658fecf55d2d8b8621879588ffe0158d
Signed-off-by: Stanley Wu <stanley1.wu@lcfc.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49220
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Stanley Wu 2021-01-07 19:18:16 +08:00 committed by Patrick Georgi
parent 0fcbd3a125
commit a7586772d0
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ REGISTER(reg_gnrl_ctrl1);
REGISTER(reg_irq_msk);
REGISTER(reg_irq_cfg0);
REGISTER(reg_irq_cfg1);
REGISTER(reg_irq_cfg2);
REGISTER(reg_prox_ctrl0);