[RFC 1/9] arm64: dts: qcom: sm8250: describe the PCIe port
Bartosz Golaszewski
brgl at bgdev.pl
Thu Jan 4 05:01:15 PST 2024
From: Bartosz Golaszewski <bartosz.golaszewski at linaro.org>
Improve the description of the PCIe topology by defining the port node
at the SoC level.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski at linaro.org>
---
arch/arm64/boot/dts/qcom/sm8250.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
index 760501c1301a..fef9c314ce55 100644
--- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
@@ -2197,6 +2197,16 @@ pcie0: pcie at 1c00000 {
dma-coherent;
status = "disabled";
+
+ pcieport0: pcie at 0 {
+ device_type = "pci";
+ reg = <0x0 0x0 0x0 0x0 0x0>;
+ #address-cells = <3>;
+ #size-cells = <2>;
+ ranges;
+
+ bus-range = <0x01 0xff>;
+ };
};
pcie0_phy: phy at 1c06000 {
--
2.40.1
More information about the linux-arm-kernel
mailing list