summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-11-29 08:51:16 +0000
committerAndy Green <andy.green@linaro.org>2012-11-29 08:51:16 +0000
commit49df97ac5d094cadf2a95323cb4f7d7410487d98 (patch)
treecb27292b7c80d8203954e9d2799cc53bd47e6254
parent50affa946e1a9de7d982d72a20da73af362a1ece (diff)
DEBUG_LL workaround dt killing ittracking-topic-misctilt-tracking
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--arch/arm/mach-omap2/include/mach/debug-macro.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/include/mach/debug-macro.S b/arch/arm/mach-omap2/include/mach/debug-macro.S
index 93d10de7129..56633b55f78 100644
--- a/arch/arm/mach-omap2/include/mach/debug-macro.S
+++ b/arch/arm/mach-omap2/include/mach/debug-macro.S
@@ -18,9 +18,9 @@
#define UART_OFFSET(addr) ((addr) & 0x00ffffff)
.pushsection .data
-omap_uart_phys: .word 0
-omap_uart_virt: .word 0
-omap_uart_lsr: .word 0
+omap_uart_phys: .word 0x48020000
+omap_uart_virt: .word 0x48020000 + 0xb2000000
+omap_uart_lsr: .word (UART_LSR << OMAP_PORT_SHIFT)
.popsection
/*