Loading drivers/interconnect/qcom/sdxlemur.c +4 −0 Original line number Original line Diff line number Diff line Loading @@ -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 }, }; }; Loading @@ -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, Loading Loading @@ -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 }, }; }; Loading @@ -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 }, }; }; Loading Loading
drivers/interconnect/qcom/sdxlemur.c +4 −0 Original line number Original line Diff line number Diff line Loading @@ -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 }, }; }; Loading @@ -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, Loading Loading @@ -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 }, }; }; Loading @@ -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 }, }; }; Loading