Skip to content

Commit 71756c4

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

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,6 +1929,16 @@
19291929
"cfg",
19301930
"bus_master",
19311931
"bus_slave";
1932+
1933+
pcie@0 {
1934+
device_type = "pci";
1935+
reg = <0x0 0x0 0x0 0x0 0x0>;
1936+
bus-range = <0x01 0xff>;
1937+
1938+
#address-cells = <3>;
1939+
#size-cells = <2>;
1940+
ranges;
1941+
};
19321942
};
19331943

19341944
pcie1: pcie@608000 {
@@ -1982,6 +1992,16 @@
19821992
"cfg",
19831993
"bus_master",
19841994
"bus_slave";
1995+
1996+
pcie@0 {
1997+
device_type = "pci";
1998+
reg = <0x0 0x0 0x0 0x0 0x0>;
1999+
bus-range = <0x01 0xff>;
2000+
2001+
#address-cells = <3>;
2002+
#size-cells = <2>;
2003+
ranges;
2004+
};
19852005
};
19862006

19872007
pcie2: pcie@610000 {
@@ -2032,6 +2052,16 @@
20322052
"cfg",
20332053
"bus_master",
20342054
"bus_slave";
2055+
2056+
pcie@0 {
2057+
device_type = "pci";
2058+
reg = <0x0 0x0 0x0 0x0 0x0>;
2059+
bus-range = <0x01 0xff>;
2060+
2061+
#address-cells = <3>;
2062+
#size-cells = <2>;
2063+
ranges;
2064+
};
20352065
};
20362066
};
20372067

0 commit comments

Comments
 (0)