aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2006-06-18 11:21:50 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-18 11:21:50 -0400
commite2e5810f41646a400a9c6f941000db88d2ca10eb (patch)
treed14e742b461939b44050677a7bc59752dfa3980c /arch
parent45a7b9cf8e0634fa546e9e7ad29af990ab4afcf2 (diff)
[ARM] 3550/1: OSIRIS: fix serial port map for 1:1
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c2410/mach-osiris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-osiris.c b/arch/arm/mach-s3c2410/mach-osiris.c
index ae0787557751..49f715a7b273 100644
--- 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[] = {
107 .clocks_size = ARRAY_SIZE(osiris_serial_clocks) 107 .clocks_size = ARRAY_SIZE(osiris_serial_clocks)
108 }, 108 },
109 [1] = { 109 [1] = {
110 .hwport = 2, 110 .hwport = 1,
111 .flags = 0, 111 .flags = 0,
112 .ucon = UCON, 112 .ucon = UCON,
113 .ulcon = ULCON, 113 .ulcon = ULCON,