Hi,
We use i.MX 7Dual with dumb PMIC to control the PMIC. We use the SNVS_PMIC_ON_REQ signal to turn off the PMIC. This works fine until we use one of the wakeable GPIOs with a falling edge interrupt configured: The falling edge seems to cause a interrupt immediately, and waking up the PMIC again (SNVS_PMIC_ON_REQ goes high). This can be reproduced on Sabre:
At this point I would expect the SoC to stay off, but it immediately turns on again. The reason for that is that the SNVS_PMIC_ON_REQ signals goes back on again (see GPIO9_IRQ_falling_edge.png, that is the measurement on our platform, but it behaves the same on Sabre). We populated a external Pull-Up, but this seems not to alleviate the problem (see GPIO9_IRQ_falling_edge_external_pullup.png).
Is this a known problem?
A work around would be to disable all the interrupt... However, the Linux GPIO driver currently does not support such a work-around.
Best regards,
Stefan
It seems that you are having a false detect in the Interrupt module, you can try to do the configuration in this way