Skip to content

Commit ed2f87c

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

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,16 @@
15161516
phy-names = "pciephy";
15171517

15181518
status = "disabled";
1519+
1520+
pcie@0 {
1521+
device_type = "pci";
1522+
reg = <0x0 0x0 0x0 0x0 0x0>;
1523+
bus-range = <0x01 0xff>;
1524+
1525+
#address-cells = <3>;
1526+
#size-cells = <2>;
1527+
ranges;
1528+
};
15191529
};
15201530
};
15211531

0 commit comments

Comments
 (0)