Skip to content

Commit 42ff49a

Browse files
Lin Yujunarndb
authored andcommitted
ARM: dts: integrator: fix PCI bus dtc warnings
An warning is reported when allmodconfig is used to compile the kernel of the ARM architecture: arch/arm/boot/dts/arm/integratorap.dts:161.22-206.4: Warning (pci_bridge): /pciv3@62000000: node name is not "pci" or "pcie" Change the node name to pci to clear the build warning. Signed-off-by: Lin Yujun <linyujun809@huawei.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230811-versatile-dts-v6-6-v1-1-d8cb9d1947ed@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent d842f4d commit 42ff49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/arm/integratorap.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
valid-mask = <0x003fffff>;
159159
};
160160

161-
pci: pciv3@62000000 {
161+
pci: pci@62000000 {
162162
compatible = "arm,integrator-ap-pci", "v3,v360epc-pci";
163163
device_type = "pci";
164164
#interrupt-cells = <1>;

0 commit comments

Comments
 (0)