I'm working on reducing power consumption of an am335x EVM SK target. When in active mode, the total power consumption measured on the power cable is approx. 520 mA When suspended (from the matrix gui and with no USB serial cable connected) the consumption drop to approx. 47 mA
Does anybody knows if 47 mA is the real minimum consumption, or is it possible to get lower ? I observed that various governor mode doesn't change anything when suspended, since the processor is in deepsleep0 mode, I suppose. I saw also, that when a suspend action is initiated, a suspend order is sent to all device drivers for them to suspend also their peripheral.
Is there a way to check what driver implement or not such a suspend command ? Is this implementation systematic in any driver or not ?
My last question : Is suspend_pad_conf another solution to lower consumption ?
I already read : http://processors.wiki.ti.com/index.php/AM335x_Power_Management_User_Guide http://processors.wiki.ti.com/index.php/AM335x_Power_Management_Standby_User%27s_Guide http://processors.wiki.ti.com/index.php/AM335x_Linux_Power_Management_User_Guide but didn't found complete answers.