aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-imx/mach-imx6sl.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-08-13 16:54:05 +0800
committerShawn Guo <shawn.guo@linaro.org>2013-10-21 09:13:13 +0800
commitd8ce823fb34e6b50b1d9cb804c1067546eab9cee (patch)
tree2a3cb5a82f4999eda4b8dc3e9e3f774f3820cd97 /arch/arm/mach-imx/mach-imx6sl.c
parentARM: imx: add a common function to initialize revision from anatop (diff)
downloadwireguard-linux-d8ce823fb34e6b50b1d9cb804c1067546eab9cee.tar.xz
wireguard-linux-d8ce823fb34e6b50b1d9cb804c1067546eab9cee.zip
ARM: imx: use imx_init_revision_from_anatop() on imx6sl
Add imx6sl support into imx_init_revision_from_anatop(), so that it can be used to initialize cpu type and revision on imx6sl. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/mach-imx6sl.c')
-rw-r--r--arch/arm/mach-imx/mach-imx6sl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-imx6sl.c b/arch/arm/mach-imx/mach-imx6sl.c
index 21cde21daf9b..4ce9ae58ed0c 100644
--- a/arch/arm/mach-imx/mach-imx6sl.c
+++ b/arch/arm/mach-imx/mach-imx6sl.c
@@ -45,6 +45,7 @@ static void __init imx6sl_init_machine(void)
static void __init imx6sl_init_irq(void)
{
+ imx_init_revision_from_anatop();
imx_init_l2cache();
imx_src_init();
imx_gpc_init();