Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 46bdcac533cc ("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>

authored by

Xilin Wu and committed by
Georgi Djakov
886a94f0 19272b37

+1
+1
drivers/interconnect/qcom/sc7280.c
··· 238 238 .id = SC7280_MASTER_PCIE_1, 239 239 .channels = 1, 240 240 .buswidth = 8, 241 + .num_links = 1, 241 242 .links = { SC7280_SLAVE_ANOC_PCIE_GEM_NOC }, 242 243 }; 243 244