Skip to content

Commit 02ee375

Browse files
lumagGeorgi Djakov
authored andcommitted
interconnect: qcom: sc8280xp: specify num_links for qnm_a1noc_cfg
The qnm_a1noc_cfg declaration didn't include .num_links definition, fix it. Fixes: f29dabd ("interconnect: qcom: Add SC8280XP interconnect provider") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250704-rework-icc-v2-1-875fac996ef5@oss.qualcomm.com Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent 19272b3 commit 02ee375

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/interconnect/qcom/sc8280xp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ static struct qcom_icc_node qnm_a1noc_cfg = {
4848
.id = SC8280XP_MASTER_A1NOC_CFG,
4949
.channels = 1,
5050
.buswidth = 4,
51+
.num_links = 1,
5152
.links = { SC8280XP_SLAVE_SERVICE_A1NOC },
5253
};
5354

0 commit comments

Comments
 (0)