diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2009-10-19 20:25:55 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-10-19 20:25:55 -0400 |
commit | b4224b236b0325ae678fa6b70bd3798dbd93a475 (patch) | |
tree | 3f849dbca0f06414515ca86a81adf19279a55404 /arch/arm/mach-omap2/board-rx51.c | |
parent | e49b824480bdc2b95764d65ea2ef2176a355fdd4 (diff) |
omap: Fix DEBUG_LL UART io address
This patch fixes the low level debug UART io address as per this series.
The change is essential to have CONFIG_DEBUG_LL working.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-rx51.c')
-rw-r--r-- | arch/arm/mach-omap2/board-rx51.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-rx51.c b/arch/arm/mach-omap2/board-rx51.c index f9196c3b1a7b..c973812d33ab 100644 --- a/arch/arm/mach-omap2/board-rx51.c +++ b/arch/arm/mach-omap2/board-rx51.c | |||
@@ -85,7 +85,7 @@ static void __init rx51_map_io(void) | |||
85 | MACHINE_START(NOKIA_RX51, "Nokia RX-51 board") | 85 | MACHINE_START(NOKIA_RX51, "Nokia RX-51 board") |
86 | /* Maintainer: Lauri Leukkunen <lauri.leukkunen@nokia.com> */ | 86 | /* Maintainer: Lauri Leukkunen <lauri.leukkunen@nokia.com> */ |
87 | .phys_io = 0x48000000, | 87 | .phys_io = 0x48000000, |
88 | .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, | 88 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, |
89 | .boot_params = 0x80000100, | 89 | .boot_params = 0x80000100, |
90 | .map_io = rx51_map_io, | 90 | .map_io = rx51_map_io, |
91 | .init_irq = rx51_init_irq, | 91 | .init_irq = rx51_init_irq, |