Skip to content

Commit df307c9

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

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2273,6 +2273,16 @@
22732273
<0x100 &apps_smmu 0x1c81 0x1>;
22742274

22752275
status = "disabled";
2276+
2277+
pcie@0 {
2278+
device_type = "pci";
2279+
reg = <0x0 0x0 0x0 0x0 0x0>;
2280+
bus-range = <0x01 0xff>;
2281+
2282+
#address-cells = <3>;
2283+
#size-cells = <2>;
2284+
ranges;
2285+
};
22762286
};
22772287

22782288
pcie1_phy: phy@1c0e000 {

0 commit comments

Comments
 (0)