summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixelBot AutoMerger <android-nexus-securitybot@system.gserviceaccount.com>2023-12-17 18:46:53 -0800
committerSecurityBot <android-nexus-securitybot@system.gserviceaccount.com>2023-12-17 18:46:54 -0800
commit49f8b3420ff45c2455453f0f778582ff6c1a2484 (patch)
tree688d096fe049f743d71b5a30a56a6ccb105da7a3
parent94e0f5436a9249acb16500e744dd8048177406bd (diff)
parentaed10df04fe217b864a0770af42b3c9fcb71aa0f (diff)
downloaddhd43752p-49f8b3420ff45c2455453f0f778582ff6c1a2484.tar.gz
Merge android13-gs-pixel-5.10-24Q2 into android13-gs-pixel-5.10
SBMerger: 571992243 Change-Id: I00fea1913897ad67de554f1371c1d45d36e87874 Signed-off-by: SecurityBot <android-nexus-securitybot@system.gserviceaccount.com>
-rw-r--r--dhd_pcie.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/dhd_pcie.c b/dhd_pcie.c
index 7be2891..2300e6d 100644
--- a/dhd_pcie.c
+++ b/dhd_pcie.c
@@ -2212,6 +2212,13 @@ dhdpcie_dongle_attach(dhd_bus_t *bus)
if (PCIECTO_ENAB(bus)) {
dhdpcie_cto_init(bus, TRUE);
}
+ cc = (chipcregs_t*)si_setcore(bus->sih, CC_CORE_ID, 0);
+ if (cc) {
+ AND_REG(osh, &cc->clk_ctl_st, ~CCS_FORCEHT);
+ } else {
+ DHD_ERROR(("CC is NULL\n"));
+ }
+ si_setcore(bus->sih, origidx, 0);
}
/* need to set the force_bt_quiesce flag here