diff mbox

DM365: fixed second serial port

Message ID 1275315280-13094-2-git-send-email-thomas.koeller@baslerweb.com (mailing list archive)
State Changes Requested
Headers show

Commit Message

thomas.koeller@baslerweb.com May 31, 2010, 2:14 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-davinci/include/mach/serial.h b/arch/arm/mach-davinci/include/mach/serial.h
index a584697..9f5ea76 100644
--- a/arch/arm/mach-davinci/include/mach/serial.h
+++ b/arch/arm/mach-davinci/include/mach/serial.h
@@ -15,7 +15,7 @@ 
 
 #define DAVINCI_MAX_NR_UARTS	3
 #define DAVINCI_UART0_BASE	(IO_PHYS + 0x20000)
-#define DAVINCI_UART1_BASE	(IO_PHYS + 0x20400)
+#define DAVINCI_UART1_BASE	(IO_PHYS + 0x106000)
 #define DAVINCI_UART2_BASE	(IO_PHYS + 0x20800)
 
 #define DA8XX_UART0_BASE	(IO_PHYS + 0x042000)