mirror of https://github.com/torvalds/linux.git
interconnect: qcom: sc8280xp: specify num_links for qnm_a1noc_cfg
The qnm_a1noc_cfg declaration didn't include .num_links definition, fix
it.
Fixes: f29dabda79 ("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>
This commit is contained in:
parent
19272b37aa
commit
02ee375506
|
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue