Skip to content

Commit cf3e010

Browse files
Mani-Sadhasivamandersson
authored andcommitted
arm64: dts: qcom: sm8650: 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. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> 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-7-1eb790c53e43@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent cc2ad77 commit cf3e010

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,6 +2294,16 @@
22942294
dma-coherent;
22952295

22962296
status = "disabled";
2297+
2298+
pcie@0 {
2299+
device_type = "pci";
2300+
reg = <0x0 0x0 0x0 0x0 0x0>;
2301+
bus-range = <0x01 0xff>;
2302+
2303+
#address-cells = <3>;
2304+
#size-cells = <2>;
2305+
ranges;
2306+
};
22972307
};
22982308

22992309
pcie0_phy: phy@1c06000 {
@@ -2422,6 +2432,16 @@
24222432
<0x02000000 0 0x40300000 0 0x40300000 0 0x1fd00000>;
24232433

24242434
status = "disabled";
2435+
2436+
pcie@0 {
2437+
device_type = "pci";
2438+
reg = <0x0 0x0 0x0 0x0 0x0>;
2439+
bus-range = <0x01 0xff>;
2440+
2441+
#address-cells = <3>;
2442+
#size-cells = <2>;
2443+
ranges;
2444+
};
24252445
};
24262446

24272447
pcie1_phy: phy@1c0e000 {

0 commit comments

Comments
 (0)