]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
interconnect: qcom: sc8280xp: specify num_links for qnm_a1noc_cfg
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Fri, 4 Jul 2025 16:35:13 +0000 (19:35 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Aug 2025 10:13:38 +0000 (12:13 +0200)
[ Upstream commit 02ee375506dceb7d32007821a2bff31504d64b99 ]

The qnm_a1noc_cfg declaration didn't include .num_links definition, fix
it.

Fixes: f29dabda7917 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/interconnect/qcom/sc8280xp.c

index 7acd152bf0dd8d1c2b2b713a4d6d5d805282f8c2..fab5978ed9d32c4e8a6bfaea160f7ad35e969dbe 100644 (file)
@@ -48,6 +48,7 @@ static struct qcom_icc_node qnm_a1noc_cfg = {
        .id = SC8280XP_MASTER_A1NOC_CFG,
        .channels = 1,
        .buswidth = 4,
+       .num_links = 1,
        .links = { SC8280XP_SLAVE_SERVICE_A1NOC },
 };