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]>
@@ -113,7 +113,7 @@
#reset-cells = <1>;
};
- pcie0: pcie-controller@17010000 {
+ pcie0: pcie@17010000 {
compatible = "qca,ar7100-pci";
#address-cells = <3>;
#size-cells = <2>;
@@ -121,7 +121,7 @@
- pcie: pcie-controller@180c0000 {
+ pcie: pcie@180c0000 {
compatible = "qcom,ar7240-pci";
@@ -32,7 +32,7 @@
&ahb {
compatible = "qcom,ar9340-pci", "qcom,ar7240-pci";
@@ -150,7 +150,7 @@
reg = <0x18070000 0x4>;
- pcie0: pcie-controller@180c0000 {
+ pcie0: pcie@180c0000 {
@@ -185,7 +185,7 @@
reg = <0x18070000 0x58>;
compatible = "qcom,qca9550-pci", "qcom,ar7240-pci";
@@ -222,7 +222,7 @@
status = "disabled";
- pcie1: pcie-controller@18250000 {
+ pcie1: pcie@18250000 {
@@ -157,7 +157,7 @@
- pcie: pcie-controller@18250000 {
+ pcie: pcie@18250000 {
@@ -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>;
@@ -39,7 +39,7 @@ Signed-off-by: John Crispin <[email protected]>
+- interrupt-controller: define to enable the builtin IRQ cascade.
+* Example for qca9557
+ compatible = "qcom,ar7240-pci";