[PATCH 09/10] arm: add debug uarts for rockchip rk29xx and rk3xxx series

2013-06-02 Thread Heiko Stübner
Uarts on all recent Rockchip SoCs are Synopsis DesignWare 8250 types. Only their addresses vary very much. This patch adds the necessary definitions to use any of the uart ports for early debug purposes. Signed-off-by: Heiko Stuebner --- arch/arm/Kconfig.debug| 34

Re: [PATCH 09/10] arm: add debug uarts for rockchip rk29xx and rk3xxx series

2013-06-02 Thread Arnd Bergmann
On Monday 03 June 2013 01:01:03 Heiko Stübner wrote: > +#if defined(CONFIG_DEBUG_RK29_UART0) > +#define ROCKCHIP_UART_DEBUG_PHYS_BASE 0x2006 > +#define ROCKCHIP_UART_DEBUG_VIRT_BASE 0xfe06 0xfed6 maybe? looks like a typo. Arnd ___ d

Re: [PATCH 09/10] arm: add debug uarts for rockchip rk29xx and rk3xxx series

2013-06-03 Thread Heiko Stübner
Am Montag, 3. Juni 2013, 04:08:37 schrieb Arnd Bergmann: > On Monday 03 June 2013 01:01:03 Heiko Stübner wrote: > > +#if defined(CONFIG_DEBUG_RK29_UART0) > > +#define ROCKCHIP_UART_DEBUG_PHYS_BASE 0x2006 > > +#define ROCKCHIP_UART_DEBUG_VIRT_BASE 0xfe06 > > 0xfed6 maybe? looks like a t