Hi,
We are using i.Mx7D for one of our custom project. We are trying to achieve the power management. We have 2 wakeup source. One is PIR interrupt (GPIO2_25) and another is WIFI interrupt (GPIO2_IO0).
We have configured both the interrupt as a wakeupsource from dts file. But we are observing "timeout waiting for hardware interrupt." error after system resumes from suspend. I have followed the below scenario
1. Put the system into sleep using "echo mem > /sys/power/state" command.
2. Wakeup the system from wifi interrupt. ----> No issue
3. Put the system into sleep
4. Wakeup the system using PIR ( sensor) interrupt. --->observed sdhci dump logs in the dmesg and system becomes unstable.
We are using Broadcom chipset for wifi.
I have attached my logs.
Please help me to resolve this issue