Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64965606 authored by Mike Tipton's avatar Mike Tipton
Browse files

interconnect: qcom: sdxlemur: Set keepalive for important BCMs



Set keepalive for important BCMs that can never be allowed to turn off
while HLOS is active.

Change-Id: I211e2ae0c8d751fd8213cc6b32b789d7991b0367
Signed-off-by: default avatarMike Tipton <mdtipton@codeaurora.org>
parent b20ec664
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -789,6 +789,7 @@ static struct qcom_icc_bcm bcm_ce0 = {
static struct qcom_icc_bcm bcm_mc0 = {
	.name = "MC0",
	.voter_idx = 0,
	.keepalive = true,
	.num_nodes = 1,
	.nodes = { &ebi },
};
@@ -796,6 +797,7 @@ static struct qcom_icc_bcm bcm_mc0 = {
static struct qcom_icc_bcm bcm_pn0 = {
	.name = "PN0",
	.voter_idx = 0,
	.keepalive = true,
	.num_nodes = 26,
	.nodes = { &qhm_snoc_cfg, &qhs_aoss,
		   &qhs_apss, &qhs_audio,
@@ -843,6 +845,7 @@ static struct qcom_icc_bcm bcm_pn4 = {
static struct qcom_icc_bcm bcm_sh0 = {
	.name = "SH0",
	.voter_idx = 0,
	.keepalive = true,
	.num_nodes = 1,
	.nodes = { &qns_llcc },
};
@@ -864,6 +867,7 @@ static struct qcom_icc_bcm bcm_sh3 = {
static struct qcom_icc_bcm bcm_sn0 = {
	.name = "SN0",
	.voter_idx = 0,
	.keepalive = true,
	.num_nodes = 1,
	.nodes = { &qns_snoc_memnoc },
};