Skip to content

Commit cc2ad77

Browse files
Mani-Sadhasivamandersson
authored andcommitted
arm64: dts: qcom: sm8550: 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. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> 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-6-1eb790c53e43@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 4261fd5 commit cc2ad77

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,6 +1774,16 @@
17741774
phy-names = "pciephy";
17751775

17761776
status = "disabled";
1777+
1778+
pcie@0 {
1779+
device_type = "pci";
1780+
reg = <0x0 0x0 0x0 0x0 0x0>;
1781+
bus-range = <0x01 0xff>;
1782+
1783+
#address-cells = <3>;
1784+
#size-cells = <2>;
1785+
ranges;
1786+
};
17771787
};
17781788

17791789
pcie0_phy: phy@1c06000 {
@@ -1887,6 +1897,16 @@
18871897
phy-names = "pciephy";
18881898

18891899
status = "disabled";
1900+
1901+
pcie@0 {
1902+
device_type = "pci";
1903+
reg = <0x0 0x0 0x0 0x0 0x0>;
1904+
bus-range = <0x01 0xff>;
1905+
1906+
#address-cells = <3>;
1907+
#size-cells = <2>;
1908+
ranges;
1909+
};
18901910
};
18911911

18921912
pcie1_phy: phy@1c0e000 {

0 commit comments

Comments
 (0)