summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach/serial.h
diff options
context:
space:
mode:
authorKevin Hilman <khilman@ti.com>2011-04-19 16:52:56 -0700
committerKevin Hilman <khilman@ti.com>2011-04-19 16:54:15 -0700
commit5cf4c80a145d79db928ff55226e731de55c87644 (patch)
tree369d0a15dab38bd515d93909d84737f05b34f90a /arch/arm/mach-davinci/include/mach/serial.h
parentf0e615c3cb72b42191b558c130409335812621d8 (diff)
downloadop-kernel-dev-5cf4c80a145d79db928ff55226e731de55c87644.zip
op-kernel-dev-5cf4c80a145d79db928ff55226e731de55c87644.tar.gz
davinci: fix DEBUG_LL code for p2v changes
Fixup davinci UART low-level debug code for new ARM generic p2v changes. Based on OMAP changes by Tony Lindgren Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/serial.h')
-rw-r--r--arch/arm/mach-davinci/include/mach/serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/serial.h b/arch/arm/mach-davinci/include/mach/serial.h
index 8051110..c9e6ce1 100644
--- a/arch/arm/mach-davinci/include/mach/serial.h
+++ b/arch/arm/mach-davinci/include/mach/serial.h
@@ -22,7 +22,7 @@
*
* This area sits just below the page tables (see arch/arm/kernel/head.S).
*/
-#define DAVINCI_UART_INFO (PHYS_OFFSET + 0x3ff8)
+#define DAVINCI_UART_INFO (PLAT_PHYS_OFFSET + 0x3ff8)
#define DAVINCI_UART0_BASE (IO_PHYS + 0x20000)
#define DAVINCI_UART1_BASE (IO_PHYS + 0x20400)
OpenPOWER on IntegriCloud