summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/cpu_sh7750.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2010-11-22 15:56:43 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-01-11 21:03:25 +0900
commitefc0ba4395b1ce8341adbb302729b7a035663dd9 (patch)
tree311abf6b6d077ad5d4668215ced5347afb513e0b /arch/sh/include/asm/cpu_sh7750.h
parentc4176c43a1699096039b745f110413790aa635b1 (diff)
downloadtalos-obmc-uboot-efc0ba4395b1ce8341adbb302729b7a035663dd9.tar.gz
talos-obmc-uboot-efc0ba4395b1ce8341adbb302729b7a035663dd9.zip
sh: Remove SCIF/SCI register infomation
The register information of SCIF/SCI was compiled by drivers/serial/serial_sh.h. Therefore, these are not necessary. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh/include/asm/cpu_sh7750.h')
-rw-r--r--arch/sh/include/asm/cpu_sh7750.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/sh/include/asm/cpu_sh7750.h b/arch/sh/include/asm/cpu_sh7750.h
index 4e43a465e6..b3e84244fd 100644
--- a/arch/sh/include/asm/cpu_sh7750.h
+++ b/arch/sh/include/asm/cpu_sh7750.h
@@ -166,26 +166,10 @@
/* SCI */
#define SCSMR1 0xFFE00000
-#define SCBRR1 0xFFE00004
-#define SCSCR1 0xFFE00008
-#define SCTDR1 0xFFE0000C
-#define SCSSR1 0xFFE00010
-#define SCRDR1 0xFFE00014
-#define SCSCMR1 0xFFE00018
-#define SCSPTR1 0xFFE0001C
#define SCF0_BASE SCSMR1
/* SCIF */
#define SCSMR2 0xFFE80000
-#define SCBRR2 0xFFE80004
-#define SCSCR2 0xFFE80008
-#define SCFTDR2 0xFFE8000C
-#define SCFSR2 0xFFE80010
-#define SCFRDR2 0xFFE80014
-#define SCFCR2 0xFFE80018
-#define SCFDR2 0xFFE8001C
-#define SCSPTR2 0xFFE80020
-#define SCLSR2 0xFFE80024
#define SCIF1_BASE SCSMR2
/* H-UDI */
OpenPOWER on IntegriCloud