Skip to content

Commit 0c4d19b

Browse files
Mani-Sadhasivamandersson
authored andcommitted
ARM: dts: qcom: ipq8064: 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-17-1eb790c53e43@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 5c94b0b commit 0c4d19b

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,16 @@
11211121

11221122
status = "disabled";
11231123
perst-gpios = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
1124+
1125+
pcie@0 {
1126+
device_type = "pci";
1127+
reg = <0x0 0x0 0x0 0x0 0x0>;
1128+
bus-range = <0x01 0xff>;
1129+
1130+
#address-cells = <3>;
1131+
#size-cells = <2>;
1132+
ranges;
1133+
};
11241134
};
11251135

11261136
pcie1: pcie@1b700000 {
@@ -1172,6 +1182,16 @@
11721182

11731183
status = "disabled";
11741184
perst-gpios = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>;
1185+
1186+
pcie@0 {
1187+
device_type = "pci";
1188+
reg = <0x0 0x0 0x0 0x0 0x0>;
1189+
bus-range = <0x01 0xff>;
1190+
1191+
#address-cells = <3>;
1192+
#size-cells = <2>;
1193+
ranges;
1194+
};
11751195
};
11761196

11771197
pcie2: pcie@1b900000 {
@@ -1223,6 +1243,16 @@
12231243

12241244
status = "disabled";
12251245
perst-gpios = <&qcom_pinmux 63 GPIO_ACTIVE_LOW>;
1246+
1247+
pcie@0 {
1248+
device_type = "pci";
1249+
reg = <0x0 0x0 0x0 0x0 0x0>;
1250+
bus-range = <0x01 0xff>;
1251+
1252+
#address-cells = <3>;
1253+
#size-cells = <2>;
1254+
ranges;
1255+
};
12261256
};
12271257

12281258
qsgmii_csr: syscon@1bb00000 {

0 commit comments

Comments
 (0)