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

Commit 8543fd31 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "interconnect: qcom: sdxlemur: Set keepalive for important BCMs"

parents 0a416b51 64965606
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -789,6 +789,7 @@ static struct qcom_icc_bcm bcm_ce0 = {
static struct qcom_icc_bcm bcm_mc0 = {
static struct qcom_icc_bcm bcm_mc0 = {
	.name = "MC0",
	.name = "MC0",
	.voter_idx = 0,
	.voter_idx = 0,
	.keepalive = true,
	.num_nodes = 1,
	.num_nodes = 1,
	.nodes = { &ebi },
	.nodes = { &ebi },
};
};
@@ -796,6 +797,7 @@ static struct qcom_icc_bcm bcm_mc0 = {
static struct qcom_icc_bcm bcm_pn0 = {
static struct qcom_icc_bcm bcm_pn0 = {
	.name = "PN0",
	.name = "PN0",
	.voter_idx = 0,
	.voter_idx = 0,
	.keepalive = true,
	.num_nodes = 26,
	.num_nodes = 26,
	.nodes = { &qhm_snoc_cfg, &qhs_aoss,
	.nodes = { &qhm_snoc_cfg, &qhs_aoss,
		   &qhs_apss, &qhs_audio,
		   &qhs_apss, &qhs_audio,
@@ -843,6 +845,7 @@ static struct qcom_icc_bcm bcm_pn4 = {
static struct qcom_icc_bcm bcm_sh0 = {
static struct qcom_icc_bcm bcm_sh0 = {
	.name = "SH0",
	.name = "SH0",
	.voter_idx = 0,
	.voter_idx = 0,
	.keepalive = true,
	.num_nodes = 1,
	.num_nodes = 1,
	.nodes = { &qns_llcc },
	.nodes = { &qns_llcc },
};
};
@@ -864,6 +867,7 @@ static struct qcom_icc_bcm bcm_sh3 = {
static struct qcom_icc_bcm bcm_sn0 = {
static struct qcom_icc_bcm bcm_sn0 = {
	.name = "SN0",
	.name = "SN0",
	.voter_idx = 0,
	.voter_idx = 0,
	.keepalive = true,
	.num_nodes = 1,
	.num_nodes = 1,
	.nodes = { &qns_snoc_memnoc },
	.nodes = { &qns_snoc_memnoc },
};
};