diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2012-05-09 06:59:27 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-10 02:49:54 (GMT) |
commit | 51ce30684e0d1ae50a154e1026de57d15d096286 (patch) | |
tree | 88644f30623b0fb2e3b93feae5437c18212bbcd9 /arch/sh/include/asm | |
parent | 7ee94d97aafacf5a019b3578e0eae6daa2e2bcd5 (diff) | |
download | linux-fsl-qoriq-51ce30684e0d1ae50a154e1026de57d15d096286.tar.xz |
sh: Add sh7264 device
This is an sh2a device with FPU, video display controller (VDC),
8 serial ports, 3 I2C channels, 2 CAN ports, SD and on-chip USB.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm')
-rw-r--r-- | arch/sh/include/asm/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h index a229c39..898db19 100644 --- a/arch/sh/include/asm/processor.h +++ b/arch/sh/include/asm/processor.h @@ -18,7 +18,7 @@ enum cpu_type { CPU_SH7619, /* SH-2A types */ - CPU_SH7201, CPU_SH7203, CPU_SH7206, CPU_SH7263, CPU_MXG, + CPU_SH7201, CPU_SH7203, CPU_SH7206, CPU_SH7263, CPU_SH7264, CPU_MXG, /* SH-3 types */ CPU_SH7705, CPU_SH7706, CPU_SH7707, |