diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2024-08-28 21:16:18 +0530 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-10-22 18:57:18 -0500 |
commit | 46cc68727f4b9155b3d21de2f2ed9c754a9c7c4f (patch) | |
tree | 3b2fabe218696b5e9f47f7e8bc91cdb08cd89d92 | |
parent | 2014756b70d8a77fcac6fc5ce51e5dfca505a4e9 (diff) |
ARM: dts: qcom: sdx65: Add 'linux,pci-domain' to PCIe EP controller node
'linux,pci-domain' property provides the PCI domain number for the PCI
endpoint controllers in a SoC. If this property is not present, then an
unstable (across boots) unique number will be assigned.
Use this property to specify the domain number based on the actual hardware
instance of the PCI endpoint controllers in SDX65 SoC.
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20240828-pci-qcom-hotplug-v4-8-263a385fbbcb@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/qcom/qcom-sdx65.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi b/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi index 9354896da6e62..3bc67bb8c1eb6 100644 --- a/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi @@ -345,6 +345,7 @@ max-link-speed = <3>; num-lanes = <2>; + linux,pci-domain = <0>; status = "disabled"; }; |