|
@@ -579,13 +579,13 @@ int bcma_sprom_get(struct bcma_bus *bus)
|
|
|
if (!sprom)
|
|
|
return -ENOMEM;
|
|
|
|
|
|
- if (bus->chipinfo.id == 0x4331)
|
|
|
+ if (bus->chipinfo.id == 0x4331 || bus->chipinfo.id == 43431)
|
|
|
bcma_chipco_bcm4331_ext_pa_lines_ctl(&bus->drv_cc, false);
|
|
|
|
|
|
pr_debug("SPROM offset 0x%x\n", offset);
|
|
|
bcma_sprom_read(bus, offset, sprom);
|
|
|
|
|
|
- if (bus->chipinfo.id == 0x4331)
|
|
|
+ if (bus->chipinfo.id == 0x4331 || bus->chipinfo.id == 43431)
|
|
|
bcma_chipco_bcm4331_ext_pa_lines_ctl(&bus->drv_cc, true);
|
|
|
|
|
|
err = bcma_sprom_valid(sprom);
|