Skip to content

Commit 07299ba

Browse files
Mani-Sadhasivamandersson
authored andcommitted
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: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20231206135540.17068-2-manivannan.sadhasivam@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent fc209f8 commit 07299ba

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm/boot/dts/qcom/qcom-apq8064.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@
12841284
qcom,ncb = <3>;
12851285
};
12861286

1287-
pcie: pci@1b500000 {
1287+
pcie: pcie@1b500000 {
12881288
compatible = "qcom,pcie-apq8064";
12891289
reg = <0x1b500000 0x1000>,
12901290
<0x1b502000 0x80>,

arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk04.1.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
};
9999
};
100100

101-
pci@40000000 {
101+
pcie@40000000 {
102102
status = "okay";
103103
perst-gpios = <&tlmm 38 GPIO_ACTIVE_LOW>;
104104
};

arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
reg = <0x4ab000 0x4>;
418418
};
419419

420-
pcie0: pci@40000000 {
420+
pcie0: pcie@40000000 {
421421
compatible = "qcom,pcie-ipq4019";
422422
reg = <0x40000000 0xf1d>,
423423
<0x40000f20 0xa8>,

arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@
10761076
status = "disabled";
10771077
};
10781078

1079-
pcie0: pci@1b500000 {
1079+
pcie0: pcie@1b500000 {
10801080
compatible = "qcom,pcie-ipq8064";
10811081
reg = <0x1b500000 0x1000
10821082
0x1b502000 0x80
@@ -1127,7 +1127,7 @@
11271127
perst-gpios = <&qcom_pinmux 3 GPIO_ACTIVE_LOW>;
11281128
};
11291129

1130-
pcie1: pci@1b700000 {
1130+
pcie1: pcie@1b700000 {
11311131
compatible = "qcom,pcie-ipq8064";
11321132
reg = <0x1b700000 0x1000
11331133
0x1b702000 0x80
@@ -1178,7 +1178,7 @@
11781178
perst-gpios = <&qcom_pinmux 48 GPIO_ACTIVE_LOW>;
11791179
};
11801180

1181-
pcie2: pci@1b900000 {
1181+
pcie2: pcie@1b900000 {
11821182
compatible = "qcom,pcie-ipq8064";
11831183
reg = <0x1b900000 0x1000
11841184
0x1b902000 0x80

0 commit comments

Comments
 (0)