diff options
Diffstat (limited to 'arch/mips/bcm47xx/setup.c')
-rw-r--r-- | arch/mips/bcm47xx/setup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/bcm47xx/setup.c b/arch/mips/bcm47xx/setup.c index 025be218ea15..63a4b0e915dc 100644 --- a/arch/mips/bcm47xx/setup.c +++ b/arch/mips/bcm47xx/setup.c | |||
@@ -212,7 +212,7 @@ void __init plat_mem_setup(void) | |||
212 | { | 212 | { |
213 | struct cpuinfo_mips *c = ¤t_cpu_data; | 213 | struct cpuinfo_mips *c = ¤t_cpu_data; |
214 | 214 | ||
215 | if (c->cputype == CPU_74K) { | 215 | if ((c->cputype == CPU_74K) || (c->cputype == CPU_1074K)) { |
216 | printk(KERN_INFO "bcm47xx: using bcma bus\n"); | 216 | printk(KERN_INFO "bcm47xx: using bcma bus\n"); |
217 | #ifdef CONFIG_BCM47XX_BCMA | 217 | #ifdef CONFIG_BCM47XX_BCMA |
218 | bcm47xx_bus_type = BCM47XX_BUS_TYPE_BCMA; | 218 | bcm47xx_bus_type = BCM47XX_BUS_TYPE_BCMA; |
@@ -282,6 +282,7 @@ static int __init bcm47xx_register_bus_complete(void) | |||
282 | } | 282 | } |
283 | bcm47xx_buttons_register(); | 283 | bcm47xx_buttons_register(); |
284 | bcm47xx_leds_register(); | 284 | bcm47xx_leds_register(); |
285 | bcm47xx_workarounds(); | ||
285 | 286 | ||
286 | fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status); | 287 | fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status); |
287 | return 0; | 288 | return 0; |