Skip to content

Commit b328bf2

Browse files
Mani-Sadhasivamandersson
authored andcommitted
arm64: dts: qcom: msm8998: 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-10-1eb790c53e43@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent e6bbf39 commit b328bf2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,16 @@
972972
power-domains = <&gcc PCIE_0_GDSC>;
973973
iommu-map = <0x100 &anoc1_smmu 0x1480 1>;
974974
perst-gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
975+
976+
pcie@0 {
977+
device_type = "pci";
978+
reg = <0x0 0x0 0x0 0x0 0x0>;
979+
bus-range = <0x01 0xff>;
980+
981+
#address-cells = <3>;
982+
#size-cells = <2>;
983+
ranges;
984+
};
975985
};
976986

977987
pcie_phy: phy@1c06000 {

0 commit comments

Comments
 (0)