Skip to content

Commit 886a94f

Browse files
strongtzGeorgi Djakov
authored andcommitted
interconnect: qcom: sc7280: Add missing num_links to xm_pcie3_1 node
This allows adding interconnect paths for PCIe 1 in device tree later. Fixes: 46bdcac ("interconnect: qcom: Add SC7280 interconnect provider driver") Signed-off-by: Xilin Wu <sophon@radxa.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250613-sc7280-icc-pcie1-fix-v1-1-0b09813e3b09@radxa.com Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent 19272b3 commit 886a94f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/interconnect/qcom/sc7280.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ static struct qcom_icc_node xm_pcie3_1 = {
238238
.id = SC7280_MASTER_PCIE_1,
239239
.channels = 1,
240240
.buswidth = 8,
241+
.num_links = 1,
241242
.links = { SC7280_SLAVE_ANOC_PCIE_GEM_NOC },
242243
};
243244

0 commit comments

Comments
 (0)