In both these web pages:
http://processors.wiki.ti.com/index.php/AM335x_Power_Management_User_guide
http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Power_Management
it is mentioned that wakeup from suspend using "GPIO0" (and UART0 and Touchscreen) is supported, but there are no specifics that I can find.
In the latter of the two links, it even lists example lab steps for UART0 and Touchscreen, but not for GPIO0.
"GPIO0" is an entire bank of GPIO pins, many of which are already configured for functions other than GPIO. So, clearly, it would seem that it isn't any GPIO0 pin that can wake from suspend.
Moreover, one would presumably need to specifically configure particular GPIO0 pins to be GPIO inputs and enable those to act as a wake source.
Is there a specific example of using a GPIO0 pin to wake from suspend?
Thanks.