summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/include
diff options
context:
space:
mode:
authorShawn Guo2011-12-09 00:51:26 +0100
committerRussell King2012-01-05 13:57:22 +0100
commit0575fb754dbfc32a01f297e778533340a533ec68 (patch)
tree1b416ae6fca7d905003e64c928c7d37032acfd15 /arch/arm/plat-mxc/include
parentARM: restart: remove the now empty arch_reset() (diff)
downloadkernel-qcow2-linux-0575fb754dbfc32a01f297e778533340a533ec68.tar.gz
kernel-qcow2-linux-0575fb754dbfc32a01f297e778533340a533ec68.tar.xz
kernel-qcow2-linux-0575fb754dbfc32a01f297e778533340a533ec68.zip
ARM: 7198/1: arm/imx6: add restart support for imx6q
The restart support was missed from the initial imx6q submission. The mxc_restart() does not work for imx6q. Instead, this patch adds the restart for imx6q. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-mxc/include')
-rw-r--r--arch/arm/plat-mxc/include/mach/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/common.h b/arch/arm/plat-mxc/include/mach/common.h
index e519446cc41f..18e5065df3c5 100644
--- a/arch/arm/plat-mxc/include/mach/common.h
+++ b/arch/arm/plat-mxc/include/mach/common.h
@@ -122,6 +122,7 @@ static inline void imx_smp_prepare(void) {}
extern void imx_enable_cpu(int cpu, bool enable);
extern void imx_set_cpu_jump(int cpu, void *jump_addr);
extern void imx_src_init(void);
+extern void imx_src_prepare_restart(void);
extern void imx_gpc_init(void);
extern void imx_gpc_pre_suspend(void);
extern void imx_gpc_post_resume(void);