projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45a7b9c
)
[ARM] 3550/1: OSIRIS: fix serial port map for 1:1
author
Ben Dooks
<ben-linux@fluff.org>
Sun, 18 Jun 2006 15:21:50 +0000
(16:21 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 18 Jun 2006 15:21:50 +0000
(16:21 +0100)
Patch from Ben Dooks
The default serial port-mapping for the Osiris has
the port 2 mapped onto the first serial port, and
no port1. Correct this so port 1 is port.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2410/mach-osiris.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2410/mach-osiris.c
b/arch/arm/mach-s3c2410/mach-osiris.c
index
ae07875
..
49f715a
100644
(file)
--- a/
arch/arm/mach-s3c2410/mach-osiris.c
+++ b/
arch/arm/mach-s3c2410/mach-osiris.c
@@
-107,7
+107,7
@@
static struct s3c2410_uartcfg osiris_uartcfgs[] = {
.clocks_size = ARRAY_SIZE(osiris_serial_clocks)
},
[1] = {
- .hwport =
2
,
+ .hwport =
1
,
.flags = 0,
.ucon = UCON,
.ulcon = ULCON,