Skip to content

Commit 7ec041b

Browse files
Krishna chaitanya chundruandersson
authored andcommitted
ARM: dts: qcom: sdx55: Add CPU PCIe EP interconnect path
Add cpu-pcie interconnect path for PCIe EP to sdx55 platform. Signed-off-by: Krishna chaitanya chundru <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 84d2ae7 commit 7ec041b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

arch/arm/boot/dts/qcom/qcom-sdx55.dtsi

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,9 @@
427427
interrupt-names = "global",
428428
"doorbell";
429429

430-
interconnects = <&system_noc MASTER_PCIE &mc_virt SLAVE_EBI_CH0>;
431-
interconnect-names = "pcie-mem";
430+
interconnects = <&system_noc MASTER_PCIE &mc_virt SLAVE_EBI_CH0>,
431+
<&mem_noc MASTER_AMPSS_M0 &system_noc SLAVE_PCIE_0>;
432+
interconnect-names = "pcie-mem", "cpu-pcie";
432433

433434
resets = <&gcc GCC_PCIE_BCR>;
434435
reset-names = "core";

0 commit comments

Comments
 (0)