Commit 07299ba2 authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Bjorn Andersson

ARM: 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-2-manivannan.sadhasivam@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent fc209f86
...@@ -1284,7 +1284,7 @@ gfx3d1: iommu@7d00000 { ...@@ -1284,7 +1284,7 @@ gfx3d1: iommu@7d00000 {
qcom,ncb = <3>; qcom,ncb = <3>;
}; };
pcie: pci@1b500000 { pcie: pcie@1b500000 {
compatible = "qcom,pcie-apq8064"; compatible = "qcom,pcie-apq8064";
reg = <0x1b500000 0x1000>, reg = <0x1b500000 0x1000>,
<0x1b502000 0x80>, <0x1b502000 0x80>,
......
...@@ -98,7 +98,7 @@ flash@0 { ...@@ -98,7 +98,7 @@ flash@0 {
}; };
}; };
pci@40000000 { pcie@40000000 {
status = "okay"; status = "okay";
perst-gpios = <&tlmm 38 GPIO_ACTIVE_LOW>; perst-gpios = <&tlmm 38 GPIO_ACTIVE_LOW>;
}; };
......
...@@ -417,7 +417,7 @@ restart@4ab000 { ...@@ -417,7 +417,7 @@ restart@4ab000 {
reg = <0x4ab000 0x4>; reg = <0x4ab000 0x4>;
}; };
pcie0: pci@40000000 { pcie0: pcie@40000000 {
compatible = "qcom,pcie-ipq4019"; compatible = "qcom,pcie-ipq4019";
reg = <0x40000000 0xf1d>, reg = <0x40000000 0xf1d>,
<0x40000f20 0xa8>, <0x40000f20 0xa8>,
......
...@@ -1076,7 +1076,7 @@ sata_phy: sata-phy@1b400000 { ...@@ -1076,7 +1076,7 @@ sata_phy: sata-phy@1b400000 {
status = "disabled"; status = "disabled";
}; };
pcie0: pci@1b500000 { pcie0: pcie@1b500000 {
compatible = "qcom,pcie-ipq8064"; compatible = "qcom,pcie-ipq8064";
reg = <0x1b500000 0x1000 reg = <0x1b500000 0x1000
0x1b502000 0x80 0x1b502000 0x80
...@@ -1127,7 +1127,7 @@ pcie0: pci@1b500000 { ...@@ -1127,7 +1127,7 @@ pcie0: pci@1b500000 {
perst-gpios = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>; perst-gpios = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
}; };
pcie1: pci@1b700000 { pcie1: pcie@1b700000 {
compatible = "qcom,pcie-ipq8064"; compatible = "qcom,pcie-ipq8064";
reg = <0x1b700000 0x1000 reg = <0x1b700000 0x1000
0x1b702000 0x80 0x1b702000 0x80
...@@ -1178,7 +1178,7 @@ pcie1: pci@1b700000 { ...@@ -1178,7 +1178,7 @@ pcie1: pci@1b700000 {
perst-gpios = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>; perst-gpios = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>;
}; };
pcie2: pci@1b900000 { pcie2: pcie@1b900000 {
compatible = "qcom,pcie-ipq8064"; compatible = "qcom,pcie-ipq8064";
reg = <0x1b900000 0x1000 reg = <0x1b900000 0x1000
0x1b902000 0x80 0x1b902000 0x80
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment