Skip to content

Commit 8e0a95a

Browse files
Mani-Sadhasivamandersson
authored andcommitted
arm64: dts: qcom: sm8150: 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-3-1eb790c53e43@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent b8347ba commit 8e0a95a

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,6 +1901,16 @@
19011901
pinctrl-0 = <&pcie0_default_state>;
19021902

19031903
status = "disabled";
1904+
1905+
pcie@0 {
1906+
device_type = "pci";
1907+
reg = <0x0 0x0 0x0 0x0 0x0>;
1908+
bus-range = <0x01 0xff>;
1909+
1910+
#address-cells = <3>;
1911+
#size-cells = <2>;
1912+
ranges;
1913+
};
19041914
};
19051915

19061916
pcie0_phy: phy@1c06000 {
@@ -2011,6 +2021,16 @@
20112021
pinctrl-0 = <&pcie1_default_state>;
20122022

20132023
status = "disabled";
2024+
2025+
pcie@0 {
2026+
device_type = "pci";
2027+
reg = <0x0 0x0 0x0 0x0 0x0>;
2028+
bus-range = <0x01 0xff>;
2029+
2030+
#address-cells = <3>;
2031+
#size-cells = <2>;
2032+
ranges;
2033+
};
20142034
};
20152035

20162036
pcie1_phy: phy@1c0e000 {

0 commit comments

Comments
 (0)