summaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm47xx/setup.c
diff options
context:
space:
mode:
authorRafał Miłecki2015-05-12 13:05:18 +0200
committerRalf Baechle2015-06-21 21:52:25 +0200
commit2623899459da55a0bbec247a5e3664cb798be241 (patch)
tree0789a2963520bb082830d259b2944f6a4c8b50bf /arch/mips/bcm47xx/setup.c
parentMIPS: BCM47xx: Extract info about et2 interface (diff)
downloadkernel-qcow2-linux-2623899459da55a0bbec247a5e3664cb798be241.tar.gz
kernel-qcow2-linux-2623899459da55a0bbec247a5e3664cb798be241.tar.xz
kernel-qcow2-linux-2623899459da55a0bbec247a5e3664cb798be241.zip
MIPS: BCM47xx: Read board info for all bcma buses
Extra bcma buses may be totally different models, see following dump: boardtype=0x0646 pci/1/1/boardtype=0x0545 pci/2/1/boardtype=0x62b We need to detect them properly to allow drivers apply some board specific hacks. [ralf@linux-mips.org: folded in Rafal's fix.] Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Cc: linux-mips@linux-mips.org Cc: Hauke Mehrtens <hauke@hauke-m.de> Patchwork: https://patchwork.linux-mips.org/patch/10028/ Patchwork: https://patchwork.linux-mips.org/patch/10048/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bcm47xx/setup.c')
-rw-r--r--arch/mips/bcm47xx/setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/bcm47xx/setup.c b/arch/mips/bcm47xx/setup.c
index 82ff9fd2ab6e..98c075f81795 100644
--- a/arch/mips/bcm47xx/setup.c
+++ b/arch/mips/bcm47xx/setup.c
@@ -206,9 +206,6 @@ void __init bcm47xx_bus_setup(void)
err = bcma_host_soc_init(&bcm47xx_bus.bcma);
if (err)
panic("Failed to initialize BCMA bus (err %d)", err);
-
- bcm47xx_fill_bcma_boardinfo(&bcm47xx_bus.bcma.bus.boardinfo,
- NULL);
}
#endif