diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-08-13 16:54:05 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-10-21 09:13:13 +0800 |
commit | d8ce823fb34e6b50b1d9cb804c1067546eab9cee (patch) | |
tree | 2a3cb5a82f4999eda4b8dc3e9e3f774f3820cd97 /arch/arm/mach-imx/mach-imx6sl.c | |
parent | f1c6f314727c7595e249c7da3933ba2bc6219e58 (diff) | |
download | blackbird-op-linux-d8ce823fb34e6b50b1d9cb804c1067546eab9cee.tar.gz blackbird-op-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.c | 1 |
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(); |