Skip to content

Commit 3b743d5

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

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

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

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

15751575
status = "disabled";
1576+
1577+
pcie@0 {
1578+
device_type = "pci";
1579+
reg = <0x0 0x0 0x0 0x0 0x0>;
1580+
bus-range = <0x01 0xff>;
1581+
1582+
#address-cells = <3>;
1583+
#size-cells = <2>;
1584+
ranges;
1585+
};
15761586
};
15771587

15781588
pcie0_phy: phy@1c06000 {
@@ -1670,6 +1680,16 @@
16701680
phy-names = "pciephy";
16711681

16721682
status = "disabled";
1683+
1684+
pcie@0 {
1685+
device_type = "pci";
1686+
reg = <0x0 0x0 0x0 0x0 0x0>;
1687+
bus-range = <0x01 0xff>;
1688+
1689+
#address-cells = <3>;
1690+
#size-cells = <2>;
1691+
ranges;
1692+
};
16731693
};
16741694

16751695
pcie1_phy: phy@1c0e000 {

0 commit comments

Comments
 (0)