diff options
| author | Ben Dooks <ben-linux@fluff.org> | 2006-12-07 14:49:01 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-07 17:37:46 -0500 |
| commit | ca7aa4de81178babca16df67a7b72a063a7c6891 (patch) | |
| tree | f66dd317acd8c3f27027ce439d8789a9830668da | |
| parent | bbf6f2809dbadc2bacfd73a052d8b0893dbf1762 (diff) | |
[ARM] 4000/1: Osiris: add third serial port in
Add the mapping for the third S3C2440 serial
port into the default serial devices for the
Osiris.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/mach-s3c2410/mach-osiris.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-osiris.c b/arch/arm/mach-s3c2410/mach-osiris.c index e193ba69e652..a4ab144e7292 100644 --- a/arch/arm/mach-s3c2410/mach-osiris.c +++ b/arch/arm/mach-s3c2410/mach-osiris.c | |||
| @@ -114,6 +114,15 @@ static struct s3c2410_uartcfg osiris_uartcfgs[] __initdata = { | |||
| 114 | .clocks = osiris_serial_clocks, | 114 | .clocks = osiris_serial_clocks, |
| 115 | .clocks_size = ARRAY_SIZE(osiris_serial_clocks), | 115 | .clocks_size = ARRAY_SIZE(osiris_serial_clocks), |
| 116 | }, | 116 | }, |
| 117 | [2] = { | ||
| 118 | .hwport = 2, | ||
| 119 | .flags = 0, | ||
| 120 | .ucon = UCON, | ||
| 121 | .ulcon = ULCON, | ||
| 122 | .ufcon = UFCON, | ||
| 123 | .clocks = osiris_serial_clocks, | ||
| 124 | .clocks_size = ARRAY_SIZE(osiris_serial_clocks), | ||
| 125 | } | ||
| 117 | }; | 126 | }; |
| 118 | 127 | ||
| 119 | /* NAND Flash on Osiris board */ | 128 | /* NAND Flash on Osiris board */ |
