From: Shawn Guo Date: Mon, 14 Jan 2013 13:11:10 +0000 (+0800) Subject: ARM: imx: correct low-power mode setting X-Git-Tag: fixes-for-linus2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ae20981ae924c37d02a42c829155fc3851260c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed