diff options
author | Maxime Bizon <mbizon@freebox.fr> | 2009-09-18 13:04:58 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-30 21:46:59 +0200 |
commit | 9fcd66e572b94974365a9119b073e0a43d496eb7 (patch) | |
tree | 9fa9e3212ecfad9e44a84730a0dfc2c54e1d0fb6 /include | |
parent | 8813d33ee03eee04eb2a8130658d591767d9f4fe (diff) | |
download | linux-9fcd66e572b94974365a9119b073e0a43d496eb7.tar.gz linux-9fcd66e572b94974365a9119b073e0a43d496eb7.tar.bz2 linux-9fcd66e572b94974365a9119b073e0a43d496eb7.zip |
MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.
Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-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 fe661afe0713..db532ce288be 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -176,6 +176,9 @@ /* Qualcomm MSM SoCs */ #define PORT_MSM 88 +/* BCM63xx family SoCs */ +#define PORT_BCM63XX 89 + #ifdef __KERNEL__ #include <linux/compiler.h> |