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 /arch/mips/bcm63xx/boards | |
parent | 8813d33ee03eee04eb2a8130658d591767d9f4fe (diff) | |
download | blackbird-op-linux-9fcd66e572b94974365a9119b073e0a43d496eb7.tar.gz blackbird-op-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 'arch/mips/bcm63xx/boards')
-rw-r--r-- | arch/mips/bcm63xx/boards/board_bcm963xx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c b/arch/mips/bcm63xx/boards/board_bcm963xx.c index 12add0ca9fed..5a327f3a7167 100644 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -23,6 +23,7 @@ #include <bcm63xx_dev_pci.h> #include <bcm63xx_dev_enet.h> #include <bcm63xx_dev_dsp.h> +#include <bcm63xx_dev_uart.h> #include <board_bcm963xx.h> #define PFX "board_bcm963xx: " @@ -792,6 +793,8 @@ int __init board_register_devices(void) { u32 val; + bcm63xx_uart_register(); + if (board.has_enet0 && !board_get_mac_address(board.enet0.mac_addr)) bcm63xx_enet_register(0, &board.enet0); |