Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd541f74 authored by Mike Tipton's avatar Mike Tipton
Browse files

interconnect: qcom: lahaina: Use the correct binding for qnm_pcie



Use the correct dt-binding for qnm_pcie in the node lookup array. The
specific array index is only important for the xlate() callback. Using
the wrong binding means of_icc_get() will fail for any clients
attempting to get a phandle to MASTER_ANOC_PCIE_GEM_NOC in devicetree.
However, even with the wrong array index the node will still be
registered and paths through this node will still function properly.

Change-Id: I484461020b39e68c380fa5a26078ed9712c93e4c
Signed-off-by: default avatarMike Tipton <mdtipton@codeaurora.org>
parent 51e30024
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -669,7 +669,7 @@ static struct qcom_icc_node *gem_noc_nodes[] = {
	[MASTER_GFX3D] = &qnm_gpu,
	[MASTER_MNOC_HF_MEM_NOC] = &qnm_mnoc_hf,
	[MASTER_MNOC_SF_MEM_NOC] = &qnm_mnoc_sf,
	[MASTER_GEM_NOC_PCIE_SNOC] = &qnm_pcie,
	[MASTER_ANOC_PCIE_GEM_NOC] = &qnm_pcie,
	[MASTER_SNOC_GC_MEM_NOC] = &qnm_snoc_gc,
	[MASTER_SNOC_SF_MEM_NOC] = &qnm_snoc_sf,
	[SLAVE_MSS_PROC_MS_MPU_CFG] = &qhs_mdsp_ms_mpu_cfg,