Skip to content

Commit 4261fd5

Browse files
Mani-Sadhasivamandersson
authored andcommitted
arm64: dts: qcom: sm8450: 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-5-1eb790c53e43@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 3b743d5 commit 4261fd5

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

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

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

18521852
status = "disabled";
1853+
1854+
pcie@0 {
1855+
device_type = "pci";
1856+
reg = <0x0 0x0 0x0 0x0 0x0>;
1857+
bus-range = <0x01 0xff>;
1858+
1859+
#address-cells = <3>;
1860+
#size-cells = <2>;
1861+
ranges;
1862+
};
18531863
};
18541864

18551865
pcie0_phy: phy@1c06000 {
@@ -1971,6 +1981,16 @@
19711981
pinctrl-0 = <&pcie1_default_state>;
19721982

19731983
status = "disabled";
1984+
1985+
pcie@0 {
1986+
device_type = "pci";
1987+
reg = <0x0 0x0 0x0 0x0 0x0>;
1988+
bus-range = <0x01 0xff>;
1989+
1990+
#address-cells = <3>;
1991+
#size-cells = <2>;
1992+
ranges;
1993+
};
19741994
};
19751995

19761996
pcie1_phy: phy@1c0e000 {

0 commit comments

Comments
 (0)