Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
arm64: dts: qcom: x1e80100: fix PCIe4 interconnect
Browse files Browse the repository at this point in the history
commit f3bba5e upstream.

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: [email protected]	# 6.9
Cc: Abel Vesa <[email protected]>
Cc: Sibi Sankar <[email protected]>
Cc: Rajendra Nayak <[email protected]>
Signed-off-by: Johan Hovold <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jhovold authored and gregkh committed Nov 7, 2024
1 parent 1ee4a89 commit 4f7f7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/x1e80100.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3068,7 +3068,7 @@
assigned-clocks = <&gcc GCC_PCIE_4_AUX_CLK>;
assigned-clock-rates = <19200000>;

interconnects = <&pcie_south_anoc MASTER_PCIE_4 QCOM_ICC_TAG_ALWAYS
interconnects = <&pcie_north_anoc MASTER_PCIE_4 QCOM_ICC_TAG_ALWAYS
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
&cnoc_main SLAVE_PCIE_4 QCOM_ICC_TAG_ALWAYS>;
Expand Down

0 comments on commit 4f7f7a9

Please sign in to comment.