git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1d355
)
sh: Update SuperH serial driver
author
Nobuhiro Iwamatsu
<iwamatsu.nobuhiro@renesas.com>
Mon, 17 Nov 2008 07:53:09 +0000
(16:53 +0900)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Wed, 10 Dec 2008 14:11:34 +0000
(23:11 +0900)
The address of SCFSR register is wrong at SH7720/SH7721.
This patch fix this.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
drivers/serial/serial_sh.c
patch
|
blob
|
history
diff --git
a/drivers/serial/serial_sh.c
b/drivers/serial/serial_sh.c
index
f30532b
..
1d76a19
100644
(file)
--- a/
drivers/serial/serial_sh.c
+++ b/
drivers/serial/serial_sh.c
@@
-94,7
+94,7
@@
# define LSR_ORER 1
# define FIFOLEVEL_MASK 0x1F
#elif defined(CONFIG_CPU_SH7720)
-# define SCLSR
(vu_short *)(SCIF_BASE + 0x24)
+# define SCLSR
SCFSR
# define LSR_ORER 0x0200
# define FIFOLEVEL_MASK 0x1F
#elif defined(CONFIG_CPU_SH7710) || \