diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-07-22 19:20:10 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-08 14:29:28 -0400 |
commit | e3afe0e5be7576ac1282ea9fbbc9b352bb379227 (patch) | |
tree | 0b74e8bd5e45b2d50f9fa2033674a00aeac5f6ae /drivers/bcma/driver_mips.c | |
parent | 21e0534ad7415559bb8dee0dc00e39646fed83c9 (diff) |
bcma: add serial console support
This adds support for serial console to bcma, when operating on an SoC.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma/driver_mips.c')
-rw-r--r-- | drivers/bcma/driver_mips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/driver_mips.c b/drivers/bcma/driver_mips.c index 4b60c9f95839..b17233cb75c6 100644 --- a/drivers/bcma/driver_mips.c +++ b/drivers/bcma/driver_mips.c | |||
@@ -238,6 +238,7 @@ void bcma_core_mips_init(struct bcma_drv_mips *mcore) | |||
238 | if (mcore->setup_done) | 238 | if (mcore->setup_done) |
239 | return; | 239 | return; |
240 | 240 | ||
241 | bcma_chipco_serial_init(&bus->drv_cc); | ||
241 | bcma_core_mips_flash_detect(mcore); | 242 | bcma_core_mips_flash_detect(mcore); |
242 | mcore->setup_done = true; | 243 | mcore->setup_done = true; |
243 | } | 244 | } |