commit | a1649a5260631979c68e5b2012f60f90300e646f | [log] [tgz] |
---|---|---|
author | Andreas Kemnade <andreas@kemnade.info> | Sat May 15 22:55:18 2021 +0200 |
committer | Lee Jones <lee.jones@linaro.org> | Wed Jun 02 10:50:00 2021 +0100 |
tree | 94b842201659d92e367119abd6af69dca641bccc | |
parent | bd8a0974430638f2c79cb411303d176230c89e6e [diff] |
mfd: rn5t618: Fix IRQ trigger by changing it to level mode During more massive generation of interrupts, the IRQ got stuck, and the subdevices did not see any new interrupts. That happens especially at wonky USB supply in combination with ADC reads. To fix that trigger the IRQ at level low instead of falling edge. Fixes: 0c81604516af ("mfd: rn5t618: Add IRQ support") Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Signed-off-by: Lee Jones <lee.jones@linaro.org>