Skip to content

Commit a92af45

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

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,16 @@
17771777
dma-coherent;
17781778

17791779
status = "disabled";
1780+
1781+
pcie@0 {
1782+
device_type = "pci";
1783+
reg = <0x0 0x0 0x0 0x0 0x0>;
1784+
bus-range = <0x01 0xff>;
1785+
1786+
#address-cells = <3>;
1787+
#size-cells = <2>;
1788+
ranges;
1789+
};
17801790
};
17811791

17821792
pcie0_phy: phy@1c06000 {
@@ -1888,6 +1898,16 @@
18881898
dma-coherent;
18891899

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

18931913
pcie3_phy: phy@1c0c000 {
@@ -2000,6 +2020,16 @@
20002020
dma-coherent;
20012021

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

20052035
pcie1_phy: phy@1c16000 {
@@ -2112,6 +2142,16 @@
21122142
dma-coherent;
21132143

21142144
status = "disabled";
2145+
2146+
pcie@0 {
2147+
device_type = "pci";
2148+
reg = <0x0 0x0 0x0 0x0 0x0>;
2149+
bus-range = <0x01 0xff>;
2150+
2151+
#address-cells = <3>;
2152+
#size-cells = <2>;
2153+
ranges;
2154+
};
21152155
};
21162156

21172157
pcie2_phy: phy@1c1c000 {

0 commit comments

Comments
 (0)