Skip to content

Commit ed9b196

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

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,16 @@
470470
"phy_ahb";
471471

472472
status = "disabled";
473+
474+
pcie@0 {
475+
device_type = "pci";
476+
reg = <0x0 0x0 0x0 0x0 0x0>;
477+
bus-range = <0x01 0xff>;
478+
479+
#address-cells = <3>;
480+
#size-cells = <2>;
481+
ranges;
482+
};
473483
};
474484

475485
qpic_bam: dma-controller@7984000 {

0 commit comments

Comments
 (0)