thomas.koeller | 1 Jun 2010 11:05
Favicon

[PATCH] DM365: fixed second serial port

From: Thomas Koeller <thomas.koeller@...>

The register base address for the second serial port (UART1) was
wrong.

Patch is against 'arago' tree.

Signed-off-by: Thomas Koeller <thomas.koeller@...>
---
 arch/arm/mach-davinci/dm365.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c
index 5645b4a..ffcf0c8 100644
--- a/arch/arm/mach-davinci/dm365.c
+++ b/arch/arm/mach-davinci/dm365.c
 <at>  <at>  -44,6 +44,9  <at>  <at> 

 #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,
--

-- 
1.7.1

(Continue reading)

Nori, Sekhar | 2 Jun 2010 08:33
Picon
Favicon

RE: [PATCH] DM365: fixed second serial port

Hi Thomas,

On Tue, Jun 01, 2010 at 14:35:12, thomas.koeller@... wrote:
> From: Thomas Koeller <thomas.koeller@...>
>
> The register base address for the second serial port (UART1) was
> wrong.
>
> Patch is against 'arago' tree.

No need of submitting patches against arago tree if they
are relevant to upstream (Kevin's or other subsystem) trees.
Please submit the fixes only against upstream trees in such
cases - no need to take the pain of generating patches against
two different trees.

The arago tree is a TI development tree and it is the
responsibility of TI developers to pick up fixes relevant
to a particular release from the community and make it a
part of the TI release.

Once a fix is accepted upstream, it will automatically become
part of the arago tree once the next kernel rebase is done.

Thanks,
Sekhar

Gmane