mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
brcm80211: fmac: disable dongle arm core in bus core setup function
This will provide a better code flow that fits the logic Reviewed-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Franky Lin <frankyl@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
2d4a9af172
commit
966414da2d
@ -3885,12 +3885,6 @@ brcmf_sdbrcm_chip_attach(struct brcmf_bus *bus, u32 regs)
|
||||
if (err)
|
||||
goto fail;
|
||||
|
||||
/*
|
||||
* Make sure any on-chip ARM is off (in case strapping is wrong),
|
||||
* or downloaded code was already running.
|
||||
*/
|
||||
brcmf_sdio_chip_coredisable(bus->sdiodev, ci->armcorebase);
|
||||
|
||||
brcmf_sdcard_reg_write(bus->sdiodev,
|
||||
CORE_CC_REG(ci->cccorebase, gpiopullup), 4, 0);
|
||||
brcmf_sdcard_reg_write(bus->sdiodev,
|
||||
|
@ -243,6 +243,12 @@ brcmf_sdio_chip_buscoresetup(struct brcmf_sdio_dev *sdiodev,
|
||||
|
||||
brcmf_dbg(INFO, "ccrev=%d, pmurev=%d, buscore rev/type=%d/0x%x\n",
|
||||
ci->ccrev, ci->pmurev, ci->buscorerev, ci->buscoretype);
|
||||
|
||||
/*
|
||||
* Make sure any on-chip ARM is off (in case strapping is wrong),
|
||||
* or downloaded code was already running.
|
||||
*/
|
||||
brcmf_sdio_chip_coredisable(sdiodev, ci->armcorebase);
|
||||
}
|
||||
|
||||
int brcmf_sdio_chip_attach(struct brcmf_sdio_dev *sdiodev,
|
||||
|
Loading…
Reference in New Issue
Block a user