Skip to content

Commit

Permalink
[ARM] 3550/1: OSIRIS: fix serial port map for 1:1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Russell King committed Jun 18, 2006
1 parent 45a7b9c commit e2e5810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-osiris.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e2e5810

Please sign in to comment.