]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: sm8650: Use "pcie" as the node name instead of "pci"
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 21 Mar 2024 11:16:41 +0000 (16:46 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 27 May 2024 00:07:20 +0000 (19:07 -0500)
Qcom SoCs doesn't support legacy PCI, but only PCIe. So use the correct
node name for the controller instances.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20240321-pcie-qcom-bridge-dts-v2-21-1eb790c53e43@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8650.dtsi

index 518fa4c4f3032bbdc8fd01b02d3d83341f04a386..d7c432552233785c903969474ed3169969929fbc 100644 (file)
                        reg = <0 0x010c3000 0 0x1000>;
                };
 
-               pcie0: pci@1c00000 {
+               pcie0: pcie@1c00000 {
                        device_type = "pci";
                        compatible = "qcom,pcie-sm8650", "qcom,pcie-sm8550";
                        reg = <0 0x01c00000 0 0x3000>,
                        status = "disabled";
                };
 
-               pcie1: pci@1c08000 {
+               pcie1: pcie@1c08000 {
                        device_type = "pci";
                        compatible = "qcom,pcie-sm8650", "qcom,pcie-sm8550";
                        reg = <0 0x01c08000 0 0x3000>,