aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm63xx/boards/board_bcm963xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/bcm63xx/boards/board_bcm963xx.c')
-rw-r--r--arch/mips/bcm63xx/boards/board_bcm963xx.c3
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 12add0ca9fe..5a327f3a716 100644
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -23,6 +23,7 @@
23#include <bcm63xx_dev_pci.h> 23#include <bcm63xx_dev_pci.h>
24#include <bcm63xx_dev_enet.h> 24#include <bcm63xx_dev_enet.h>
25#include <bcm63xx_dev_dsp.h> 25#include <bcm63xx_dev_dsp.h>
26#include <bcm63xx_dev_uart.h>
26#include <board_bcm963xx.h> 27#include <board_bcm963xx.h>
27 28
28#define PFX "board_bcm963xx: " 29#define PFX "board_bcm963xx: "
@@ -792,6 +793,8 @@ int __init board_register_devices(void)
792{ 793{
793 u32 val; 794 u32 val;
794 795
796 bcm63xx_uart_register();
797
795 if (board.has_enet0 && 798 if (board.has_enet0 &&
796 !board_get_mac_address(board.enet0.mac_addr)) 799 !board_get_mac_address(board.enet0.mac_addr))
797 bcm63xx_enet_register(0, &board.enet0); 800 bcm63xx_enet_register(0, &board.enet0);