Skip to content

Commit 83d2a0a

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

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,6 +2203,16 @@
22032203
dma-coherent;
22042204

22052205
status = "disabled";
2206+
2207+
pcie@0 {
2208+
device_type = "pci";
2209+
reg = <0x0 0x0 0x0 0x0 0x0>;
2210+
bus-range = <0x01 0xff>;
2211+
2212+
#address-cells = <3>;
2213+
#size-cells = <2>;
2214+
ranges;
2215+
};
22062216
};
22072217

22082218
pcie0_phy: phy@1c06000 {
@@ -2318,6 +2328,16 @@
23182328
dma-coherent;
23192329

23202330
status = "disabled";
2331+
2332+
pcie@0 {
2333+
device_type = "pci";
2334+
reg = <0x0 0x0 0x0 0x0 0x0>;
2335+
bus-range = <0x01 0xff>;
2336+
2337+
#address-cells = <3>;
2338+
#size-cells = <2>;
2339+
ranges;
2340+
};
23212341
};
23222342

23232343
pcie1_phy: phy@1c0e000 {
@@ -2433,6 +2453,16 @@
24332453
dma-coherent;
24342454

24352455
status = "disabled";
2456+
2457+
pcie@0 {
2458+
device_type = "pci";
2459+
reg = <0x0 0x0 0x0 0x0 0x0>;
2460+
bus-range = <0x01 0xff>;
2461+
2462+
#address-cells = <3>;
2463+
#size-cells = <2>;
2464+
ranges;
2465+
};
24362466
};
24372467

24382468
pcie2_phy: phy@1c16000 {

0 commit comments

Comments
 (0)