summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/lluart.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-11ARM: imx6: Add UART2 for low-level debugDirk Behme1-0/+6
To be able to enable early debugging on boards using the UART2 for the console, add the option for early debugging on UART2. Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2012-02-27ARM: imx6: Rename DEBUG_IMX6Q_UART to UART4Dirk Behme1-1/+1
Different boards may use differenct UART ports for debugging. To be able to add different debug UART configurations (e.g. UART2), rename the existing general DEBUG_IMX6Q_UART to DEBUG_IMX6Q_UART4. Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2011-10-31arm/imx6q: add core definitions and low-level debug uartShawn Guo1-0/+32
It adds the core definitions and low-level debug uart support for imx6q. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>