aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/redwood.dts
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2020-06-23 23:03:20 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2020-06-30 14:38:00 +1000
commit86bc917d2ac117ec922dbf8ed92ca989bf333281 (patch)
tree51fae554573658b8fa31e92c16f004d189a0947b /arch/powerpc/boot/dts/redwood.dts
parentpowerpc/boot: Use address-of operator on section symbols (diff)
downloadlinux-dev-86bc917d2ac117ec922dbf8ed92ca989bf333281.tar.xz
linux-dev-86bc917d2ac117ec922dbf8ed92ca989bf333281.zip
powerpc/boot/dts: Fix dtc "pciex" warnings
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
Diffstat (limited to '')
-rw-r--r--arch/powerpc/boot/dts/redwood.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/redwood.dts b/arch/powerpc/boot/dts/redwood.dts
index f3e046fb49e2..f38035a1f4a1 100644
--- a/arch/powerpc/boot/dts/redwood.dts
+++ b/arch/powerpc/boot/dts/redwood.dts
@@ -235,7 +235,7 @@
has-new-stacr-staopc;
};
};
- PCIE0: pciex@d00000000 {
+ PCIE0: pcie@d00000000 {
device_type = "pci";
#interrupt-cells = <1>;
#size-cells = <2>;
@@ -276,7 +276,7 @@
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>;
@@ -317,7 +317,7 @@
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>;