Hi,
I am working on am3354 based custom board.I tried system Wakeup from a peripheral via GPIO method using following commamds
mkdir -p /debugfs
mount -t debugfs debugfs /debugfs
cd /debugfs/omap_mux/board/
echo uart0_rxd.gpio1_10=0x27,rising > standby_gpio_pad_conf
echo standby > /sys/power/state
The system is going to suspend mode and resuming with uart interrupt . But if i am giving uart interrupt after some 10 seconds its not resuming from suspend mode. What could be the reason that it is not resuming from suspend mode . Can anyone help me to solve this issue.
Thanks