aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrishna chaitanya chundru <[email protected]>2023-06-14 19:54:25 +0530
committerBjorn Andersson <[email protected]>2023-06-14 08:07:21 -0700
commit831b802a7727ba6e67c5ed585c54f610d9db1316 (patch)
tree549c412a65c0e0d80363e7edad1b925877b179ed
parent8d4236f62f3acbc6a0def79106c13fe7344d8238 (diff)
arm: dts: qcom: sdx55: Add interconnect path
Add pcie-mem interconnect path to sdx55 target. Signed-off-by: Krishna chaitanya chundru <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--arch/arm/boot/dts/qcom-sdx55.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-sdx55.dtsi b/arch/arm/boot/dts/qcom-sdx55.dtsi
index 06c2646dd673..df3cd9c4ffb9 100644
--- a/arch/arm/boot/dts/qcom-sdx55.dtsi
+++ b/arch/arm/boot/dts/qcom-sdx55.dtsi
@@ -421,6 +421,10 @@
<GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "global",
"doorbell";
+
+ interconnects = <&system_noc MASTER_PCIE &mc_virt SLAVE_EBI_CH0>;
+ interconnect-names = "pcie-mem";
+
resets = <&gcc GCC_PCIE_BCR>;
reset-names = "core";
power-domains = <&gcc PCIE_GDSC>;