Skip to content

Commit 85e985a

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: sc8180x: Mark CO0 BCM keepalive
The CO0 BCM needs to be up at all times, otherwise some hardware (like the UFS controller) loses its connection to the rest of the SoC, resulting in a hang of the platform, accompanied by a spectacular logspam. Mark it as keepalive to prevent such cases. Fixes: 9c8c6ba ("interconnect: qcom: Add SC8180x providers") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20231214-topic-sc8180_fixes-v1-1-421904863006@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent 6613476 commit 85e985a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/interconnect/qcom/sc8180x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,6 +1372,7 @@ static struct qcom_icc_bcm bcm_mm0 = {
13721372

13731373
static struct qcom_icc_bcm bcm_co0 = {
13741374
.name = "CO0",
1375+
.keepalive = true,
13751376
.num_nodes = 1,
13761377
.nodes = { &slv_qns_cdsp_mem_noc }
13771378
};

0 commit comments

Comments
 (0)