aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sh/cpu_sh4.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>2008-08-22 17:48:51 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 23:02:21 +0900
commitab09f433b50bb83b5e440c335bc3839ee069e534 (patch)
tree2c2d4a4860b3d94958858f3c2ab157d020242e88 /include/asm-sh/cpu_sh4.h
parentc655fad06ba3fb042dbc667724a40e1a9a091248 (diff)
sh: add support Renesas SH7723
Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other. This patch supports CPU register's header file and SCIF serial driver. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/asm-sh/cpu_sh4.h')
-rw-r--r--include/asm-sh/cpu_sh4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh/cpu_sh4.h b/include/asm-sh/cpu_sh4.h
index de6eb5a43..b6cc6cfbd 100644
--- a/include/asm-sh/cpu_sh4.h
+++ b/include/asm-sh/cpu_sh4.h
@@ -35,6 +35,8 @@
# include <asm/cpu_sh7750.h>
#elif defined (CONFIG_CPU_SH7722)
# include <asm/cpu_sh7722.h>
+#elif defined (CONFIG_CPU_SH7723)
+# include <asm/cpu_sh7723.h>
#elif defined (CONFIG_CPU_SH7763)
# include <asm/cpu_sh7763.h>
#elif defined (CONFIG_CPU_SH7780)