mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
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 <quic_krichai@quicinc.com> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/1689751218-24492-4-git-send-email-quic_krichai@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
84d2ae7c09
commit
7ec041bd27
|
|
@ -427,8 +427,9 @@ pcie_ep: pcie-ep@1c00000 {
|
|||
interrupt-names = "global",
|
||||
"doorbell";
|
||||
|
||||
interconnects = <&system_noc MASTER_PCIE &mc_virt SLAVE_EBI_CH0>;
|
||||
interconnect-names = "pcie-mem";
|
||||
interconnects = <&system_noc MASTER_PCIE &mc_virt SLAVE_EBI_CH0>,
|
||||
<&mem_noc MASTER_AMPSS_M0 &system_noc SLAVE_PCIE_0>;
|
||||
interconnect-names = "pcie-mem", "cpu-pcie";
|
||||
|
||||
resets = <&gcc GCC_PCIE_BCR>;
|
||||
reset-names = "core";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user