Hi,
I'm using imx8mp EVK Linux 6.12.3_1.0.0 and testing gpio wakeup
when setting IRQ_TYPE_EDGE_FALLING
The system is incorrectly woken up when the GPIO changes from low to high.
(It should be wakeup when GPIO changes from high to low only)
How can this problem be solved?
Thank you