summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-imx
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-09-01 17:15:03 +0800
committerStefano Babic <sbabic@denx.de>2015-09-02 15:39:51 +0200
commit37cf215253a488ba6b903989b1eff072f59d266e (patch)
tree0076385b26ec2d5f1d03419ce9d195cb83f52338 /arch/arm/include/asm/arch-imx
parent7296a023580f3cf1e386d6924b226bc1f4db2217 (diff)
downloadtalos-obmc-uboot-37cf215253a488ba6b903989b1eff072f59d266e.tar.gz
talos-obmc-uboot-37cf215253a488ba6b903989b1eff072f59d266e.zip
imx: vf610 add get_cpu_rev
Since we need to support runtime check for different drivers, we need to add get_cpu_rev for vf610, otherwise there will be build errors. This patch introduces a dummy CPU id which is not read from chip silicon. Later when we can get the real id from chip, can fix the value of MXC_CPU_VF610 then. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Suggested-by: Stefano Babic <sbabic@denx.de> Cc: Stefano Babic <sbabic@denx.de> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-imx')
-rw-r--r--arch/arm/include/asm/arch-imx/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx/cpu.h b/arch/arm/include/asm/arch-imx/cpu.h
index be13b9694f..1c8d24e576 100644
--- a/arch/arm/include/asm/arch-imx/cpu.h
+++ b/arch/arm/include/asm/arch-imx/cpu.h
@@ -21,6 +21,7 @@
#define MXC_CPU_MX6D 0x67
#define MXC_CPU_MX6DP 0x68
#define MXC_CPU_MX6QP 0x69
+#define MXC_CPU_VF610 0xF6 /* dummy ID */
#define CS0_128 0
#define CS0_64M_CS1_64M 1
OpenPOWER on IntegriCloud