diff options
author | Jingchang Lu <b35083@freescale.com> | 2014-10-31 17:01:13 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 14:56:21 +0800 |
commit | 4e3fea4a950e3ec22ec8f99a7438aa5ba584263a (patch) | |
tree | c460e261dcc12181346e0582621bbb6e0b69df3d /arch/arm/mach-imx/mach-ls1021a.c | |
parent | 7f0fb6104b3a9c48d7b253d3984d3a619bb1e654 (diff) | |
download | linux-4e3fea4a950e3ec22ec8f99a7438aa5ba584263a.tar.bz2 |
ARM: imx: Add Freescale LS1021A SMP support
Freescale LS1021A SoCs deploy two cortex-A7 processors,
this adds bring-up support for the secondary core.
Signed-off-by: Jingchang Lu <b35083@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/mach-ls1021a.c')
-rw-r--r-- | arch/arm/mach-imx/mach-ls1021a.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-ls1021a.c b/arch/arm/mach-imx/mach-ls1021a.c index 9d2034b1a150..b89c858ebfd6 100644 --- a/arch/arm/mach-imx/mach-ls1021a.c +++ b/arch/arm/mach-imx/mach-ls1021a.c @@ -17,5 +17,6 @@ static const char * const ls1021a_dt_compat[] __initconst = { }; DT_MACHINE_START(LS1021A, "Freescale LS1021A") + .smp = smp_ops(ls1021a_smp_ops), .dt_compat = ls1021a_dt_compat, MACHINE_END |