Skip to content

Commit 54376fe

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: x1e80100: fix PCIe5 interconnect
The fifth PCIe controller is connected to the PCIe North ANoC. Fix the corresponding interconnect property so that the OS manages the right path. Fixes: 62ab23e ("arm64: dts: qcom: x1e80100: add PCIe5 nodes") Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20241024131101.13587-3-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent f3bba5e commit 54376fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/x1e80100.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3102,7 +3102,7 @@
31023102
assigned-clocks = <&gcc GCC_PCIE_5_AUX_CLK>;
31033103
assigned-clock-rates = <19200000>;
31043104

3105-
interconnects = <&pcie_south_anoc MASTER_PCIE_5 QCOM_ICC_TAG_ALWAYS
3105+
interconnects = <&pcie_north_anoc MASTER_PCIE_5 QCOM_ICC_TAG_ALWAYS
31063106
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
31073107
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
31083108
&cnoc_main SLAVE_PCIE_5 QCOM_ICC_TAG_ALWAYS>;

0 commit comments

Comments
 (0)