commit | 9fcd66e572b94974365a9119b073e0a43d496eb7 | [log] [tgz] |
---|---|---|
author | Maxime Bizon <[email protected]> | Fri Sep 18 13:04:58 2009 +0200 |
committer | Ralf Baechle <[email protected]> | Wed Sep 30 21:46:59 2009 +0200 |
tree | 9fa9e3212ecfad9e44a84730a0dfc2c54e1d0fb6 | |
parent | 8813d33ee03eee04eb2a8130658d591767d9f4fe [diff] [blame] |
MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART. Signed-off-by: Maxime Bizon <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index fe661af..db532ce 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>