projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3442c0d
)
sh: fix sh-sci / early printk build on sh7723
author
Magnus Damm
<damm@igel.co.jp>
Tue, 20 Jan 2009 03:18:22 +0000
(12:18 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 21 Jan 2009 08:44:32 +0000
(17:44 +0900)
This patch adds the SCSPTR register to the sh-sci driver in
the case of sh7723 to make sure early printk builds properly.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/serial/sh-sci.h
patch
|
blob
|
history
diff --git
a/drivers/serial/sh-sci.h
b/drivers/serial/sh-sci.h
index
c0f4823
..
3599828
100644
(file)
--- a/
drivers/serial/sh-sci.h
+++ b/
drivers/serial/sh-sci.h
@@
-395,6
+395,7
@@
SCIx_FNS(SCSCR, 0x08, 16, 0x08, 16)
SCIx_FNS(SCxTDR, 0x20, 8, 0x0c, 8)
SCIx_FNS(SCxSR, 0x14, 16, 0x10, 16)
SCIx_FNS(SCxRDR, 0x24, 8, 0x14, 8)
+SCIx_FNS(SCSPTR, 0, 0, 0, 0)
SCIF_FNS(SCTDSR, 0x0c, 8)
SCIF_FNS(SCFER, 0x10, 16)
SCIF_FNS(SCFCR, 0x18, 16)