diff options
-rw-r--r-- | arch/arm/mach-rpc/riscpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rpc/riscpc.c b/arch/arm/mach-rpc/riscpc.c index 30baaa8b8a2f..b4db10045ae9 100644 --- a/arch/arm/mach-rpc/riscpc.c +++ b/arch/arm/mach-rpc/riscpc.c | |||
@@ -152,7 +152,7 @@ static struct platform_device kbd_device = { | |||
152 | static struct plat_serial8250_port serial_platform_data[] = { | 152 | static struct plat_serial8250_port serial_platform_data[] = { |
153 | { | 153 | { |
154 | .mapbase = 0x03010fe0, | 154 | .mapbase = 0x03010fe0, |
155 | .irq = 10, | 155 | .irq = IRQ_SERIALPORT, |
156 | .uartclk = 1843200, | 156 | .uartclk = 1843200, |
157 | .regshift = 2, | 157 | .regshift = 2, |
158 | .iotype = UPIO_MEM, | 158 | .iotype = UPIO_MEM, |