Skip to content

Commit 27cb9ec

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

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,16 @@
13341334
<&gcc PCIE_PHY_RESET>;
13351335
reset-names = "axi", "ahb", "por", "pci", "phy";
13361336
status = "disabled";
1337+
1338+
pcie@0 {
1339+
device_type = "pci";
1340+
reg = <0x0 0x0 0x0 0x0 0x0>;
1341+
bus-range = <0x01 0xff>;
1342+
1343+
#address-cells = <3>;
1344+
#size-cells = <2>;
1345+
ranges;
1346+
};
13371347
};
13381348

13391349
hdmi: hdmi-tx@4a00000 {

0 commit comments

Comments
 (0)