bcma: fix BCM43224 rev 0 workaround
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
91fa4b0a6b
commit
898f699e7f
|
@ -98,7 +98,7 @@ void bcma_pmu_workarounds(struct bcma_drv_cc *cc)
|
||||||
if (bus->chipinfo.rev == 0) {
|
if (bus->chipinfo.rev == 0) {
|
||||||
pr_err("Workarounds for 43224 rev 0 not fully "
|
pr_err("Workarounds for 43224 rev 0 not fully "
|
||||||
"implemented\n");
|
"implemented\n");
|
||||||
bcma_chipco_chipctl_maskset(cc, 0, ~0, 0xF0);
|
bcma_chipco_chipctl_maskset(cc, 0, ~0, 0x00F000F0);
|
||||||
} else {
|
} else {
|
||||||
bcma_chipco_chipctl_maskset(cc, 0, ~0, 0xF0);
|
bcma_chipco_chipctl_maskset(cc, 0, ~0, 0xF0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue