Skip to content

Commit f3bba5e

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: x1e80100: fix PCIe4 interconnect
The fourth PCIe controller is connected to the PCIe North ANoC. Fix the corresponding interconnect property so that the OS manages the right path. Fixes: 5eb83fc ("arm64: dts: qcom: x1e80100: Add PCIe nodes") Cc: stable@vger.kernel.org # 6.9 Cc: Abel Vesa <abel.vesa@linaro.org> Cc: Sibi Sankar <quic_sibis@quicinc.com> Cc: Rajendra Nayak <quic_rjendra@quicinc.com> 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-2-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 7af1418 commit f3bba5e

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
@@ -3224,7 +3224,7 @@
32243224
assigned-clocks = <&gcc GCC_PCIE_4_AUX_CLK>;
32253225
assigned-clock-rates = <19200000>;
32263226

3227-
interconnects = <&pcie_south_anoc MASTER_PCIE_4 QCOM_ICC_TAG_ALWAYS
3227+
interconnects = <&pcie_north_anoc MASTER_PCIE_4 QCOM_ICC_TAG_ALWAYS
32283228
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
32293229
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
32303230
&cnoc_main SLAVE_PCIE_4 QCOM_ICC_TAG_ALWAYS>;

0 commit comments

Comments
 (0)