Merge "adv7481: Fix a possibility of missing interrupts"

This commit is contained in:
Linux Build Service Account 2018-06-25 07:36:52 -07:00 committed by Gerrit - the friendly Code Review server
commit c7a3fb0e9b

View file

@ -411,7 +411,7 @@ static int adv7481_set_irq(struct adv7481_state *state)
ADV_REG_SETFIELD(AD_MID_DRIVE_STRNGTH, IO_DRV_LLC_PAD));
ret |= adv7481_wr_byte(&state->i2c_client, state->i2c_io_addr,
IO_REG_INT1_CONF_ADDR,
ADV_REG_SETFIELD(AD_ACTIVE_UNTIL_CLR,
ADV_REG_SETFIELD(AD_4_XTAL_PER,
IO_INTRQ_DUR_SEL) |
ADV_REG_SETFIELD(AD_OP_DRIVE_LOW, IO_INTRQ_OP_SEL));
ret |= adv7481_wr_byte(&state->i2c_client, state->i2c_io_addr,