powerpc/boot/dts: Fix dtc "pciex" warnings
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 23 Jun 2020 13:03:20 +0000 (23:03 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 30 Jun 2020 04:38:00 +0000 (14:38 +1000)
With CONFIG_OF_ALL_DTBS=y, as set by eg. allmodconfig, we see lots of
warnings about our dts files, such as:

  arch/powerpc/boot/dts/glacier.dts:492.26-532.5:
  Warning (pci_bridge): /plb/pciex@d00000000: node name is not "pci"
  or "pcie"

The node name should not particularly matter, it's just a name, and
AFAICS there's no kernel code that cares whether nodes are *named*
"pciex" or "pcie". So shutup these warnings by converting to the name
dtc wants.

As always there's some risk this could break something obscure that
does rely on the name, in which case we can revert.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200623130320.405852-1-mpe@ellerman.id.au
arch/powerpc/boot/dts/akebono.dts
arch/powerpc/boot/dts/bluestone.dts
arch/powerpc/boot/dts/canyonlands.dts
arch/powerpc/boot/dts/currituck.dts
arch/powerpc/boot/dts/glacier.dts
arch/powerpc/boot/dts/haleakala.dts
arch/powerpc/boot/dts/icon.dts
arch/powerpc/boot/dts/katmai.dts
arch/powerpc/boot/dts/kilauea.dts
arch/powerpc/boot/dts/makalu.dts
arch/powerpc/boot/dts/redwood.dts

index cd9d660..df18f8d 100644 (file)
                        };
                };
 
-               PCIE0: pciex@10100000000 {
+               PCIE0: pcie@10100000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &MPIC 48 0x2 /* int D */>;
                };
 
-               PCIE1: pciex@20100000000 {
+               PCIE1: pcie@20100000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &MPIC 56 0x2 /* int D */>;
                };
 
-               PCIE2: pciex@18100000000 {
+               PCIE2: pcie@18100000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &MPIC 64 0x2 /* int D */>;
                };
 
-               PCIE3: pciex@28100000000 {
+               PCIE3: pcie@28100000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
index cc965a1..aa1ae94 100644 (file)
                        };
                };
 
-               PCIE0: pciex@d00000000 {
+               PCIE0: pcie@d00000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
index 0d6ac92..c5fbb08 100644 (file)
                        interrupt-map = < 0x0 0x0 0x0 0x0 &UIC1 0x0 0x8 >;
                };
 
-               PCIE0: pciex@d00000000 {
+               PCIE0: pcie@d00000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &UIC3 0xf 0x4 /* swizzled int D */>;
                };
 
-               PCIE1: pciex@d20000000 {
+               PCIE1: pcie@d20000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
index b6d87b9..aea8af8 100644 (file)
                        };
                };
 
-               PCIE0: pciex@10100000000 {              // 4xGBIF1
+               PCIE0: pcie@10100000000 {               // 4xGBIF1
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &MPIC 49 0x2 /* int D */>;
                };
 
-               PCIE1: pciex@30100000000 {              // 4xGBIF0
+               PCIE1: pcie@30100000000 {               // 4xGBIF0
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &MPIC 41 0x2 /* int D */>;
                };
 
-               PCIE2: pciex@38100000000 {              // 2xGBIF0
+               PCIE2: pcie@38100000000 {               // 2xGBIF0
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
index a7a802f..e84ff1a 100644 (file)
                        interrupt-map = < 0x0 0x0 0x0 0x0 &UIC1 0x0 0x8 >;
                };
 
-               PCIE0: pciex@d00000000 {
+               PCIE0: pcie@d00000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &UIC3 0xf 0x4 /* swizzled int D */>;
                };
 
-               PCIE1: pciex@d20000000 {
+               PCIE1: pcie@d20000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
index cb16dad..f81ce87 100644 (file)
                        };
                };
 
-               PCIE0: pciex@a0000000 {
+               PCIE0: pcie@a0000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
index 2e6e3a7..fbaa60b 100644 (file)
                        interrupt-map = <0x0 0x0 0x0 0x0 &UIC1 19 0x8>;
                };
 
-               PCIE0: pciex@d00000000 {
+               PCIE0: pcie@d00000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &UIC3 0x3 0x4 /* swizzled int D */>;
                };
 
-               PCIE1: pciex@d20000000 {
+               PCIE1: pcie@d20000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
index 02629e1..a8f3532 100644 (file)
                        >;
                };
 
-               PCIE0: pciex@d00000000 {
+               PCIE0: pcie@d00000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &UIC3 0x3 0x4 /* swizzled int D */>;
                };
 
-               PCIE1: pciex@d20000000 {
+               PCIE1: pcie@d20000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &UIC3 0x7 0x4 /* swizzled int D */>;
                };
 
-               PCIE2: pciex@d40000000 {
+               PCIE2: pcie@d40000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
index 2a34132..a709fb4 100644 (file)
                        };
                };
 
-               PCIE0: pciex@a0000000 {
+               PCIE0: pcie@a0000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &UIC2 0x3 0x4 /* swizzled int D */>;
                };
 
-               PCIE1: pciex@c0000000 {
+               PCIE1: pcie@c0000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
index bf8fe16..c473cd9 100644 (file)
                        };
                };
 
-               PCIE0: pciex@a0000000 {
+               PCIE0: pcie@a0000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &UIC2 0x3 0x4 /* swizzled int D */>;
                };
 
-               PCIE1: pciex@c0000000 {
+               PCIE1: pcie@c0000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
index f3e046f..f38035a 100644 (file)
                                has-new-stacr-staopc;
                        };
                };
-               PCIE0: pciex@d00000000 {
+               PCIE0: pcie@d00000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &UIC3 0x3 0x4 /* swizzled int D */>;
                };
 
-               PCIE1: pciex@d20000000 {
+               PCIE1: pcie@d20000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;
                                0x0 0x0 0x0 0x4 &UIC3 0x7 0x4 /* swizzled int D */>;
                };
 
-               PCIE2: pciex@d40000000 {
+               PCIE2: pcie@d40000000 {
                        device_type = "pci";
                        #interrupt-cells = <1>;
                        #size-cells = <2>;