commit | 83ae20981ae924c37d02a42c829155fc3851260c | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Mon Jan 14 21:11:10 2013 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Mon Jan 14 22:19:48 2013 +0800 |
tree | 2ae259f65a6daabc0904e82be7a89f5f17eb9209 | |
parent | 837576642167d701f983e4def0d3936b514a28ae [diff] |
ARM: imx: correct low-power mode setting The hardware reset value of bit CCM_CLPCR_LPM enables WAIT mode (WAIT_UNCLOCKED) by default. However this is undesirable because WAIT mode should only be enabled when there is a driver managing ARM clock gating. Correct the initial power mode to WAIT_CLOCKED (disable WAIT mode). While at it, the power mode after resuming is also set back to WAIT_CLOCKED from STOP_POWER_OFF. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>