I am trying reducing power consumption on my board (OMAP3530 + TPS65950).
Linux version is PSP 03.01.00.06.
The power sonsumption is able to be reduced after suspending by following command.
echo mem > /sys/power/state
But I cannot make system resume from suspend, even if cursor buttons connected directly with GPIO of OMAP is pushed.
Power state of the peripheral power domain including GPIO keeps ON state while suspend.
On the other hand, the resume can be done correctly by pushing buttons connected with the KPD of TPS65920.
To be able to resume from GPIO of OMAP, is there anything necessary for instance configuration or patch?
Regards,
Masaki Nose