ARM: debug: add support for Palmchip BK-310x UART
authorMans Rullgard <mans@mansr.com>
Fri, 5 Feb 2016 09:49:22 +0000 (10:49 +0100)
committerOlof Johansson <olof@lixom.net>
Mon, 8 Feb 2016 21:52:34 +0000 (13:52 -0800)
commit0c5325466d5d4816c9bd13c56746aa26ed66231d
tree15236f341438e6d89d0253d32738e57628a39e9a
parent388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95
ARM: debug: add support for Palmchip BK-310x UART

Some SoCs use a Palmchip BK-310x UART which is mostly 16550 compatible
but with a different register layout. While this UART has previously
only been supported in MIPS based chips (Alchemy, Ralink), the ARM based
SMP87xx series from Sigma Designs also uses it.

This patch allows the debug console to work with this type of UART.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/Kconfig.debug
arch/arm/include/debug/palmchip.S [new file with mode: 0644]