diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2014-09-01 08:57:20 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-01 22:00:02 +0800 |
commit | ee295d7ff442699bb7982f2283f71eabcc16f367 (patch) | |
tree | 9f30fbee15ce9f1538e69939cfdebdb6390be896 /arch/arm/mach-imx/cpuidle-imx6q.c | |
parent | 1ca7070d1d08e71692295ed06c6cb6331ecac3c8 (diff) | |
download | op-kernel-dev-ee295d7ff442699bb7982f2283f71eabcc16f367.zip op-kernel-dev-ee295d7ff442699bb7982f2283f71eabcc16f367.tar.gz |
ARM: imx: remove imx_scu_standby_enable()
With commit c716483c3db1 ("ARM: 8122/1: smp_scu: enable SCU standby
support"), the STANDBY bit of SCU is handled by core function
scu_enable(). So imx_scu_standby_enable() can be removed now.
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/cpuidle-imx6q.c')
-rw-r--r-- | arch/arm/mach-imx/cpuidle-imx6q.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/cpuidle-imx6q.c b/arch/arm/mach-imx/cpuidle-imx6q.c index 10844d3..aa93578 100644 --- a/arch/arm/mach-imx/cpuidle-imx6q.c +++ b/arch/arm/mach-imx/cpuidle-imx6q.c @@ -66,10 +66,6 @@ static struct cpuidle_driver imx6q_cpuidle_driver = { int __init imx6q_cpuidle_init(void) { - /* Need to enable SCU standby for entering WAIT modes */ - if (!cpu_is_imx6sx()) - imx_scu_standby_enable(); - /* Set INT_MEM_CLK_LPM bit to get a reliable WAIT mode support */ imx6q_set_int_mem_clk_lpm(true); |