sh: Solution Engine SH7705 board and CPU updates.

This fixes up SH7705 CPU support and the SE7705 board
for some of the recent changes.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.zh@hitachi.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Nobuhiro Iwamatsu
2007-04-26 11:51:00 +09:00
committed by Paul Mundt
parent 005a336e71
commit 2a8ff4596c
9 changed files with 217 additions and 47 deletions

View File

@@ -69,11 +69,12 @@
#define BCR_ILCRG (PA_BCR + 12)
#if defined(CONFIG_CPU_SUBTYPE_SH7705)
#define IRQ_STNIC 12
#define IRQ_STNIC 12
#define IRQ_CFCARD 14
#else
#define IRQ_STNIC 10
#define IRQ_CFCARD 7
#endif
#define IRQ_CFCARD 7
#define __IO_PREFIX se
#include <asm/io_generic.h>