Skip to content

Commit

Permalink
arm64: icosa: Enable PCIE performance mode
Browse files Browse the repository at this point in the history
Now that the problematic BCM4356 is not informed about D3, switch to performance mode.
  • Loading branch information
CTCaer committed Sep 28, 2020
1 parent 48b6330 commit 5d233f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/tegra_linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ CONFIG_CFQ_GROUP_IOSCHED=y
CONFIG_ARCH_TEGRA=y
CONFIG_PCI=y
CONFIG_PCIE_ECRC=y
CONFIG_PCIEASPM_POWERSAVE=y
CONFIG_PCIEASPM_PERFORMANCE=y
CONFIG_PCI_IOV=y
CONFIG_PCI_TEGRA=y
CONFIG_PCIE_TEGRA_DW=y
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@ static int brcmf_pcie_pm_enter_D3(struct device *dev)
BRCMF_PCIE_MBDATA_TIMEOUT);
if (!devinfo->mbdata_completed) {
brcmf_err("Timeout on response for entering D3 substate\n");
rcmf_bus_change_state(bus, BRCMF_BUS_UP);
brcmf_bus_change_state(bus, BRCMF_BUS_UP);
return -EIO;
}

Expand Down

0 comments on commit 5d233f1

Please sign in to comment.