]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: x1e80100: add bus topology for PCIe domain 3
authorQiang Yu <qiang.yu@oss.qualcomm.com>
Tue, 22 Jul 2025 09:11:50 +0000 (17:11 +0800)
committerBjorn Andersson <andersson@kernel.org>
Mon, 11 Aug 2025 21:43:07 +0000 (16:43 -0500)
Add pcie3_port node to represent the PCIe bridge of PCIe3 so that PCI slot
voltage rails can be described under this node in the board's dts.

Signed-off-by: Qiang Yu <qiang.yu@oss.qualcomm.com>
Signed-off-by: Wenbin Yao <quic_wenbyao@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250722091151.1423332-3-quic_wenbyao@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e80100.dtsi

index 5e9a8fa3cf96468b12775f91192cbd779d5ce946..c9fea040223bad897e5ca670b81b1d1e2696d406 100644 (file)
                                        opp-peak-kBps = <15753000 1>;
                                };
                        };
+
+                       pcie3_port: pcie@0 {
+                               device_type = "pci";
+                               compatible = "pciclass,0604";
+                               reg = <0x0 0x0 0x0 0x0 0x0>;
+                               bus-range = <0x01 0xff>;
+
+                               #address-cells = <3>;
+                               #size-cells = <2>;
+                               ranges;
+                       };
                };
 
                pcie3_phy: phy@1be0000 {