Commit 052c9a1f authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: Use "pcie" as the node name instead of "pci"



Qcom SoCs doesn't support the legacy PCI, but only PCIe. So use the correct
node name for the controller instances.

Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20231206135540.17068-3-manivannan.sadhasivam@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 4555798a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -802,7 +802,7 @@ qrtr_requests {
			};
		};

		pcie0: pci@20000000 {
		pcie0: pcie@20000000 {
			compatible = "qcom,pcie-ipq6018";
			reg = <0x0 0x20000000 0x0 0xf1d>,
			      <0x0 0x20000f20 0x0 0xa8>,
+2 −2
Original line number Diff line number Diff line
@@ -789,7 +789,7 @@ frame@b128000 {
			};
		};

		pcie1: pci@10000000 {
		pcie1: pcie@10000000 {
			compatible = "qcom,pcie-ipq8074";
			reg = <0x10000000 0xf1d>,
			      <0x10000f20 0xa8>,
@@ -850,7 +850,7 @@ IRQ_TYPE_LEVEL_HIGH>, /* int_c */
			status = "disabled";
		};

		pcie0: pci@20000000 {
		pcie0: pcie@20000000 {
			compatible = "qcom,pcie-ipq8074-gen3";
			reg = <0x20000000 0xf1d>,
			      <0x20000f20 0xa8>,
+1 −1
Original line number Diff line number Diff line
@@ -933,7 +933,7 @@ anoc2_smmu: iommu@16c0000 {
				<GIC_SPI 465 IRQ_TYPE_EDGE_RISING>;
		};

		pcie0: pci@1c00000 {
		pcie0: pcie@1c00000 {
			compatible = "qcom,pcie-msm8998", "qcom,pcie-msm8996";
			reg = <0x01c00000 0x2000>,
			      <0x1b000000 0xf1d>,
+1 −1
Original line number Diff line number Diff line
@@ -1461,7 +1461,7 @@ glink-edge {
			};
		};

		pcie: pci@10000000 {
		pcie: pcie@10000000 {
			compatible = "qcom,pcie-qcs404";
			reg = <0x10000000 0xf1d>,
			      <0x10000f20 0xa8>,
+2 −2
Original line number Diff line number Diff line
@@ -3515,7 +3515,7 @@ arch_timer: timer {
			     <GIC_PPI 12 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
	};

	pcie0: pci@1c00000{
	pcie0: pcie@1c00000{
		compatible = "qcom,pcie-sa8775p";
		reg = <0x0 0x01c00000 0x0 0x3000>,
		      <0x0 0x40000000 0x0 0xf20>,
@@ -3615,7 +3615,7 @@ pcie0_phy: phy@1c04000 {
		status = "disabled";
	};

	pcie1: pci@1c10000{
	pcie1: pcie@1c10000{
		compatible = "qcom,pcie-sa8775p";
		reg = <0x0 0x01c10000 0x0 0x3000>,
		      <0x0 0x60000000 0x0 0xf20>,
Loading