Re: [RFC v1 3/5] ARM: mvebu: add Armada 150 uart to lowlevel debug

2013-08-17 Thread Arnd Bergmann
On Friday 16 August 2013, Sebastian Hesselbarth wrote: > > -#ifdef CONFIG_DEBUG_MVEBU_UART_ALTERNATE > -#define ARMADA_370_XP_REGS_PHYS_BASE 0xf100 > -#else > -#define ARMADA_370_XP_REGS_PHYS_BASE 0xd000 > +#if defined(CONFIG_MACH_ARMADA_1500) > +#define MVEBU_REGS_PHYS_BASE 0xf7f800

Re: [RFC v1 3/5] ARM: mvebu: add Armada 150 uart to lowlevel debug

2013-08-16 Thread Jason Cooper
On Fri, Aug 16, 2013 at 09:41:36PM +0200, Sebastian Hesselbarth wrote: > This adds UART0 as found on the Armada 1500 to the lowlevel debug of > mach-mvebu. Unfortunately, default register base addresses for Armada > 370/XP switched from 0xd00 to 0xf10. So, we finally end up > in three diffe