Skip to content

Commit ed3893f

Browse files
Mani-Sadhasivamandersson
authored andcommitted
arm64: dts: qcom: ipq8074: Add PCIe bridge node
On Qcom SoCs, the PCIe host bridge is connected to a single PCIe bridge for each controller instance. Hence, add a node to represent the bridge. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240321-pcie-qcom-bridge-dts-v2-15-1eb790c53e43@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 71756c4 commit ed3893f

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/ipq8074.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,16 @@
883883
"ahb",
884884
"axi_m_sticky";
885885
status = "disabled";
886+
887+
pcie@0 {
888+
device_type = "pci";
889+
reg = <0x0 0x0 0x0 0x0 0x0>;
890+
bus-range = <0x01 0xff>;
891+
892+
#address-cells = <3>;
893+
#size-cells = <2>;
894+
ranges;
895+
};
886896
};
887897

888898
pcie0: pcie@20000000 {
@@ -948,6 +958,16 @@
948958
"axi_m_sticky",
949959
"axi_s_sticky";
950960
status = "disabled";
961+
962+
pcie@0 {
963+
device_type = "pci";
964+
reg = <0x0 0x0 0x0 0x0 0x0>;
965+
bus-range = <0x01 0xff>;
966+
967+
#address-cells = <3>;
968+
#size-cells = <2>;
969+
ranges;
970+
};
951971
};
952972
};
953973

0 commit comments

Comments
 (0)