Hi all:
I have a problem when debug suspend and idle in Our Custom board.
We use OMAP4460 ES1.1 , 1.2G, And PMIC is TWL6030. It's an android tablet, and the hardware is refering to Blaze tablet.
Now the hardware is almost the minimum, and the power consumption is 30mA (with the DC power supply voltage is 4.2V).
It's too high for our probuct.
So My question is: How can Idebug suspend to reduce the suspending power consumption?
Now we can enter suspend state succesfully, and i can dump the regulator and clock info after All the device is suspended.
(before "static int suspend_enter(suspend_state_t state)" (in file kernel3.0.21/kernel/power/suspend.c))
Below is the dump info:
What the right status of All the regulators after suspend?
How can i dump the suspend context before omap4_enter_sleep()? ( the function in kernel3.0.21/arch/arm/mach-omap3/pm44xx.c )
What's the lowest suspend power consumption We can get ? (No 3G modem, just a normal android tablet).
Thank you for your kind help!!
Best regards!