GPIO IRQ triggering continually? #1742
Unanswered
conradmenchine
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have an interrupt set up for a SPI device that looks like this in the device tree:
For some reason, the irq is triggering continuously even with the pin tied high. I have verified that the signal is getting into the SOM by using /sys/class/gpio to read that exact pin and checked that high and low pin states are working. If I change it to edge-triggered, it never triggers. It's almost as if the kernel is reading the GPIO as low all the time, regardless of the real state. Has anyone seen this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions