diff options
author | Robert Love <rlove@google.com> | 2009-06-22 18:43:11 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-22 11:32:25 -0700 |
commit | 04896a77a97b87e1611dedd61be88264ef4ac96c (patch) | |
tree | a4c615f0aa022363dbf3efe50a1bd9de91a65c04 /include/linux/serial_core.h | |
parent | 2421c48bd74debb537de94c1bd15cbabab272aa1 (diff) | |
download | linux-stable-04896a77a97b87e1611dedd61be88264ef4ac96c.tar.gz linux-stable-04896a77a97b87e1611dedd61be88264ef4ac96c.tar.bz2 linux-stable-04896a77a97b87e1611dedd61be88264ef4ac96c.zip |
msm_serial: serial driver for MSM7K onboard serial peripheral.
Signed-off-by: Brian Swetland <swetland@google.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r-- | include/linux/serial_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 6fd80c4243f1..23d2fb051f97 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -171,6 +171,9 @@ /* Timberdale UART */ #define PORT_TIMBUART 87 +/* Qualcomm MSM SoCs */ +#define PORT_MSM 88 + #ifdef __KERNEL__ #include <linux/compiler.h> |