summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/common.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-01-07 08:00:40 -0200
committerShawn Guo <shawn.guo@linaro.org>2014-03-05 10:34:59 +0800
commitfa6be65ed4d65ca7e56a878d247ed963a3619c0e (patch)
treefd9a5b1715952569d050326ad0f36292399bff9e /arch/arm/mach-imx/common.h
parentc0bea59ca58e30fb8fd29254569bdaae482398ad (diff)
ARM: imx: Use INT_MEM_CLK_LPM as the bit name
Bit 17 of register CCM_CGPR is called INT_MEM_CLK_LPM as per the mx6 reference manual, so use this name instead. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r--arch/arm/mach-imx/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h
index baf439dc22d8..cdbddfa2a42f 100644
--- a/arch/arm/mach-imx/common.h
+++ b/arch/arm/mach-imx/common.h
@@ -139,7 +139,7 @@ void imx_anatop_init(void);
void imx_anatop_pre_suspend(void);
void imx_anatop_post_resume(void);
int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode);
-void imx6q_set_chicken_bit(void);
+void imx6q_set_int_mem_clk_lpm(void);
void imx_cpu_die(unsigned int cpu);
int imx_cpu_kill(unsigned int cpu);