2
0
Эх сурвалжийг харах

ath79: rename pcie-controller to pcie

pcie-controller was renamed to pcie since at least kernel 4.14. Match it
here to get rid of dtc warnings.

Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev 1 жил өмнө
parent
commit
b07b8aade7

+ 1 - 1
target/linux/ath79/dts/ar7100.dtsi

@@ -113,7 +113,7 @@
 				#reset-cells = <1>;
 			};
 
-			pcie0: pcie-controller@17010000 {
+			pcie0: pcie@17010000 {
 				compatible = "qca,ar7100-pci";
 				#address-cells = <3>;
 				#size-cells = <2>;

+ 1 - 1
target/linux/ath79/dts/ar724x.dtsi

@@ -121,7 +121,7 @@
 				#reset-cells = <1>;
 			};
 
-			pcie: pcie-controller@180c0000 {
+			pcie: pcie@180c0000 {
 				compatible = "qcom,ar7240-pci";
 				#address-cells = <3>;
 				#size-cells = <2>;

+ 1 - 1
target/linux/ath79/dts/ar9344.dtsi

@@ -32,7 +32,7 @@
 };
 
 &ahb {
-	pcie: pcie-controller@180c0000 {
+	pcie: pcie@180c0000 {
 		compatible = "qcom,ar9340-pci", "qcom,ar7240-pci";
 		#address-cells = <3>;
 		#size-cells = <2>;

+ 1 - 1
target/linux/ath79/dts/qca953x.dtsi

@@ -150,7 +150,7 @@
 			reg = <0x18070000 0x4>;
 		};
 
-		pcie0: pcie-controller@180c0000 {
+		pcie0: pcie@180c0000 {
 			compatible = "qcom,ar7240-pci";
 			#address-cells = <3>;
 			#size-cells = <2>;

+ 2 - 2
target/linux/ath79/dts/qca955x.dtsi

@@ -185,7 +185,7 @@
 			reg = <0x18070000 0x58>;
 		};
 
-		pcie0: pcie-controller@180c0000 {
+		pcie0: pcie@180c0000 {
 			compatible = "qcom,qca9550-pci", "qcom,ar7240-pci";
 			#address-cells = <3>;
 			#size-cells = <2>;
@@ -222,7 +222,7 @@
 			status = "disabled";
 		};
 
-		pcie1: pcie-controller@18250000 {
+		pcie1: pcie@18250000 {
 			compatible = "qcom,qca9550-pci", "qcom,ar7240-pci";
 			#address-cells = <3>;
 			#size-cells = <2>;

+ 1 - 1
target/linux/ath79/dts/qca956x.dtsi

@@ -157,7 +157,7 @@
 			status = "disabled";
 		};
 
-		pcie: pcie-controller@18250000 {
+		pcie: pcie@18250000 {
 			compatible = "qcom,ar7240-pci";
 			#address-cells = <3>;
 			#size-cells = <2>;

+ 1 - 1
target/linux/ath79/patches-5.15/310-dt-bindings-PCI-qcom-ar7100-adds-binding-doc.patch

@@ -37,7 +37,7 @@ Signed-off-by: John Crispin <[email protected]>
 +- interrupt-parent: phandle to the MIPS IRQ controller
 +
 +* Example for ar7100
-+	pcie-controller@180c0000 {
++	pcie@180c0000 {
 +		compatible = "qca,ar7100-pci";
 +		#address-cells = <3>;
 +		#size-cells = <2>;

+ 1 - 1
target/linux/ath79/patches-5.15/312-dt-bindings-PCI-qcom-ar7240-adds-binding-doc.patch

@@ -39,7 +39,7 @@ Signed-off-by: John Crispin <[email protected]>
 +- interrupt-controller: define to enable the builtin IRQ cascade.
 +
 +* Example for qca9557
-+	pcie-controller@180c0000 {
++	pcie@180c0000 {
 +		compatible = "qcom,ar7240-pci";
 +		#address-cells = <3>;
 +		#size-cells = <2>;

+ 1 - 1
target/linux/ath79/patches-6.1/310-dt-bindings-PCI-qcom-ar7100-adds-binding-doc.patch

@@ -37,7 +37,7 @@ Signed-off-by: John Crispin <[email protected]>
 +- interrupt-parent: phandle to the MIPS IRQ controller
 +
 +* Example for ar7100
-+	pcie-controller@180c0000 {
++	pcie@180c0000 {
 +		compatible = "qca,ar7100-pci";
 +		#address-cells = <3>;
 +		#size-cells = <2>;

+ 1 - 1
target/linux/ath79/patches-6.1/312-dt-bindings-PCI-qcom-ar7240-adds-binding-doc.patch

@@ -39,7 +39,7 @@ Signed-off-by: John Crispin <[email protected]>
 +- interrupt-controller: define to enable the builtin IRQ cascade.
 +
 +* Example for qca9557
-+	pcie-controller@180c0000 {
++	pcie@180c0000 {
 +		compatible = "qcom,ar7240-pci";
 +		#address-cells = <3>;
 +		#size-cells = <2>;