summaryrefslogtreecommitdiff
path: root/include/asm-sh/processor.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-11-20 05:14:29 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2006-12-06 01:45:37 (GMT)
commitb552c7e8bceae8a04ae79ecee6fa369c1ba4f8e4 (patch)
treefbc4983bd9cda6a466c1823256296c89ed20b104 /include/asm-sh/processor.h
parent9a7ef6d59f9d4780ff5bc9c4d05266b52dcb9211 (diff)
downloadlinux-fsl-qoriq-b552c7e8bceae8a04ae79ecee6fa369c1ba4f8e4.tar.xz
sh: Hook SH7785 in to the build system.
Simple 7785 placeholders to start hooking up other bits of code. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/processor.h')
-rw-r--r--include/asm-sh/processor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-sh/processor.h b/include/asm-sh/processor.h
index 29a56c5..da22ac3 100644
--- a/include/asm-sh/processor.h
+++ b/include/asm-sh/processor.h
@@ -50,7 +50,10 @@ enum cpu_type {
/* SH-4 types */
CPU_SH7750, CPU_SH7750S, CPU_SH7750R, CPU_SH7751, CPU_SH7751R,
CPU_SH7760, CPU_ST40RA, CPU_ST40GX1, CPU_SH4_202, CPU_SH4_501,
+
+ /* SH-4A types */
CPU_SH73180, CPU_SH7343, CPU_SH7770, CPU_SH7780, CPU_SH7781,
+ CPU_SH7785,
/* Unknown subtype */
CPU_SH_NONE