summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/common.h
diff options
context:
space:
mode:
authorShawn Guo2013-08-13 07:54:02 +0200
committerShawn Guo2013-10-21 03:11:08 +0200
commitbfefdff8f91aa0a9ff1291d18d54498af276a6e5 (patch)
tree39221aa63175486fbf84eced72e09ede164b2dc8 /arch/arm/mach-imx/common.h
parentARM: imx: add low-level debug for vybrid (diff)
downloadkernel-qcow2-linux-bfefdff8f91aa0a9ff1291d18d54498af276a6e5.tar.gz
kernel-qcow2-linux-bfefdff8f91aa0a9ff1291d18d54498af276a6e5.tar.xz
kernel-qcow2-linux-bfefdff8f91aa0a9ff1291d18d54498af276a6e5.zip
ARM: imx: add soc revision helper functions
Similar to what we do for cpu type, the patch adds helper functions imx_set_soc_revision() and imx_get_soc_revision() to maintain imx_soc_revision in cpu.c. 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, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h
index 28e8ca0871e8..6ac25f68a6bc 100644
--- a/arch/arm/mach-imx/common.h
+++ b/arch/arm/mach-imx/common.h
@@ -77,6 +77,8 @@ extern int imx6q_revision(void);
extern int mx53_display_revision(void);
extern void imx_set_aips(void __iomem *);
extern int mxc_device_init(void);
+void imx_set_soc_revision(unsigned int rev);
+unsigned int imx_get_soc_revision(void);
enum mxc_cpu_pwr_mode {
WAIT_CLOCKED, /* wfi only */