diff mbox

DM365: fixed second serial port

Message ID 1275383203-6381-1-git-send-email-thomas.koeller@baslerweb.com (mailing list archive)
State Changes Requested
Headers show

Commit Message

thomas.koeller@baslerweb.com June 1, 2010, 9:06 a.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c
index a146849..5b66441 100644
--- a/arch/arm/mach-davinci/dm365.c
+++ b/arch/arm/mach-davinci/dm365.c
@@ -41,6 +41,9 @@ 
 
 #define DM365_REF_FREQ		24000000	/* 24 MHz on the DM365 EVM */
 
+#undef DAVINCI_UART1_BASE	/* Value in serial.h is wrong for DM365 */
+#define DAVINCI_UART1_BASE	(IO_PHYS + 0x106000)
+
 static struct pll_data pll1_data = {
 	.num		= 1,
 	.phys_base	= DAVINCI_PLL1_BASE,