summaryrefslogtreecommitdiff
path: root/drivers/serial/8250_au1x00.c
diff options
context:
space:
mode:
authorFreddy Spierenburg <freddy@dusktilldawn.nl>2006-03-26 20:22:51 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-03-26 20:22:51 (GMT)
commit8faaea3faa5ed0b2a15afb7b4e57ce0cd8dbe4ef (patch)
tree0ce4c35a50600466fa79b76103cc67bdc7668bf1 /drivers/serial/8250_au1x00.c
parent36ddf5bbdea7ba4582abc62f106f0f0e9f0b6b91 (diff)
downloadlinux-fsl-qoriq-8faaea3faa5ed0b2a15afb7b4e57ce0cd8dbe4ef.tar.xz
[SERIAL] Small time UART configuration fix for AU1100 processor
The AU1100 processor does not have an internal UART2. Only UART0, UART1 and UART3 exist. This patch removes the non existing UART2 and replaces it with a descriptive comment. Signed-off-by: Freddy Spierenburg <freddy@dusktilldawn.nl> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial/8250_au1x00.c')
-rw-r--r--drivers/serial/8250_au1x00.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/8250_au1x00.c b/drivers/serial/8250_au1x00.c
index 8d8d7a7..3d1bfd0 100644
--- a/drivers/serial/8250_au1x00.c
+++ b/drivers/serial/8250_au1x00.c
@@ -51,7 +51,7 @@ static struct plat_serial8250_port au1x00_data[] = {
#elif defined(CONFIG_SOC_AU1100)
PORT(UART0_ADDR, AU1100_UART0_INT),
PORT(UART1_ADDR, AU1100_UART1_INT),
- PORT(UART2_ADDR, AU1100_UART2_INT),
+ /* The internal UART2 does not exist on the AU1100 processor. */
PORT(UART3_ADDR, AU1100_UART3_INT),
#elif defined(CONFIG_SOC_AU1550)
PORT(UART0_ADDR, AU1550_UART0_INT),