I'm trying to map cpu idle state to standby mode instead of the default wait mode on my imx6 board so that it can save more power when in standby.
I've posted a previous thread https://community.nxp.com/thread/512419 but there is no mention of remapping or low power drivers in the documents attached in the final comment
Does anyone have any idea on how to remap this?
Solved! Go to Solution.
Hi Sujay
one can try to remap in low level power management routines
imx6sl_low_power_idle.S\mach-imx\arm\arch - linux-imx - i.MX Linux kernel
mach-imx\arm\arch - linux-imx - i.MX Linux kernel
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Sujay
one can try to remap in low level power management routines
imx6sl_low_power_idle.S\mach-imx\arm\arch - linux-imx - i.MX Linux kernel
mach-imx\arm\arch - linux-imx - i.MX Linux kernel
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
That worked thank you Igor.