summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-ldp.c
diff options
context:
space:
mode:
authorSantosh Shilimkar2009-10-20 02:25:55 +0200
committerTony Lindgren2009-10-20 02:25:55 +0200
commitb4224b236b0325ae678fa6b70bd3798dbd93a475 (patch)
tree3f849dbca0f06414515ca86a81adf19279a55404 /arch/arm/mach-omap2/board-ldp.c
parentomap: Move SRAM map to claim more io space (diff)
downloadkernel-qcow2-linux-b4224b236b0325ae678fa6b70bd3798dbd93a475.tar.gz
kernel-qcow2-linux-b4224b236b0325ae678fa6b70bd3798dbd93a475.tar.xz
kernel-qcow2-linux-b4224b236b0325ae678fa6b70bd3798dbd93a475.zip
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-ldp.c')
-rw-r--r--arch/arm/mach-omap2/board-ldp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c
index d110a7fdfbd8..4ccc01a1e8c8 100644
--- a/arch/arm/mach-omap2/board-ldp.c
+++ b/arch/arm/mach-omap2/board-ldp.c
@@ -399,7 +399,7 @@ static void __init omap_ldp_map_io(void)
MACHINE_START(OMAP_LDP, "OMAP LDP board")
.phys_io = 0x48000000,
- .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc,
+ .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc,
.boot_params = 0x80000100,
.map_io = omap_ldp_map_io,
.init_irq = omap_ldp_init_irq,