summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
diff options
context:
space:
mode:
authorPratiyush Mohan Srivastava <pratiyush.srivastava@freescale.com>2015-12-22 16:48:43 +0530
committerYork Sun <york.sun@nxp.com>2016-01-25 08:24:17 -0800
commitaa4ba7f7a276566f4d0814c41314a629050c6208 (patch)
treedc4c5acee8e87f070701ee2a0bab44e7951fea07 /arch/arm/include/asm/arch-fsl-layerscape/cpu.h
parent191e3c0527100cb980f0cd714f469b701d7050ae (diff)
downloadtalos-obmc-uboot-aa4ba7f7a276566f4d0814c41314a629050c6208.tar.gz
talos-obmc-uboot-aa4ba7f7a276566f4d0814c41314a629050c6208.zip
armv8: ls2040a: Add support of LS2040A SoC
Freescale's LS2040A is a another personality of LS2080A SoC without AIOP support consisting of 4 armv8 cores. Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@freescale.com> Acked-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-fsl-layerscape/cpu.h')
-rw-r--r--arch/arm/include/asm/arch-fsl-layerscape/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/cpu.h b/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
index e030430786..b10ee430cf 100644
--- a/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
+++ b/arch/arm/include/asm/arch-fsl-layerscape/cpu.h
@@ -12,6 +12,7 @@ static struct cpu_type cpu_type_list[] = {
CPU_TYPE_ENTRY(LS2085, LS2085, 8),
CPU_TYPE_ENTRY(LS2045, LS2045, 4),
CPU_TYPE_ENTRY(LS1043, LS1043, 4),
+ CPU_TYPE_ENTRY(LS2040, LS2040, 4),
};
#ifndef CONFIG_SYS_DCACHE_OFF
OpenPOWER on IntegriCloud