diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-03-25 23:03:13 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-25 23:03:13 +0000 |
commit | 104c7b03ea0913a24be103db66d8cf1f1f99a49a (patch) | |
tree | de9a2584e7a9c36a875e2e16d5d7ee7a7ee60de7 /include | |
parent | 98639a67a9482fbfc4f9c91b4b59bf0d06b1f6c1 (diff) | |
download | talos-obmc-linux-104c7b03ea0913a24be103db66d8cf1f1f99a49a.tar.gz talos-obmc-linux-104c7b03ea0913a24be103db66d8cf1f1f99a49a.zip |
[ARM] 3383/3: ixp2000: ixdp2x01 platform serial conversion
Patch from Lennert Buytenhek
Add a PLAT8250_DEV_PLATFORM2, and convert the two ixdp2x01 CPLD serial
ports to use platform serial devices with ids PLAT8250_DEV_PLATFORM[12].
(The on-chip xscale UART is PLAT8250_DEV_PLATFORM, id #0.)
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/serial_8250.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serial_8250.h b/include/linux/serial_8250.h index 73b464f0926a..8e9681413726 100644 --- a/include/linux/serial_8250.h +++ b/include/linux/serial_8250.h @@ -37,6 +37,7 @@ enum { PLAT8250_DEV_LEGACY = -1, PLAT8250_DEV_PLATFORM, PLAT8250_DEV_PLATFORM1, + PLAT8250_DEV_PLATFORM2, PLAT8250_DEV_FOURPORT, PLAT8250_DEV_ACCENT, PLAT8250_DEV_BOCA, |