diff mbox series

ARM: dts: integrator: fix PCI bus dtc warnings

Message ID 20230811-versatile-dts-v6-6-v1-1-d8cb9d1947ed@linaro.org (mailing list archive)
State Accepted
Commit 42ff49a1967af71772b264009659ce181f7d2d2a
Headers show
Series ARM: dts: integrator: fix PCI bus dtc warnings | expand

Commit Message

Linus Walleij Aug. 11, 2023, 7 a.m. UTC
From: Lin Yujun <linyujun809@huawei.com>

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>
---
 arch/arm/boot/dts/arm/integratorap.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
change-id: 20230811-versatile-dts-v6-6-da7cbf0a95d7

Best regards,

Comments

patchwork-bot+linux-soc@kernel.org Aug. 12, 2023, 8:23 a.m. UTC | #1
Hello:

This patch was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 11 Aug 2023 09:00:06 +0200 you wrote:
> From: Lin Yujun <linyujun809@huawei.com>
> 
> 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.
> 
> [...]

Here is the summary with links:
  - ARM: dts: integrator: fix PCI bus dtc warnings
    https://git.kernel.org/soc/soc/c/42ff49a1967a

You are awesome, thank you!
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/arm/integratorap.dts b/arch/arm/boot/dts/arm/integratorap.dts
index 5b52d75bc6be..d9927d3181dc 100644
--- a/arch/arm/boot/dts/arm/integratorap.dts
+++ b/arch/arm/boot/dts/arm/integratorap.dts
@@ -158,7 +158,7 @@  pic: pic@14000000 {
 		valid-mask = <0x003fffff>;
 	};
 
-	pci: pciv3@62000000 {
+	pci: pci@62000000 {
 		compatible = "arm,integrator-ap-pci", "v3,v360epc-pci";
 		device_type = "pci";
 		#interrupt-cells = <1>;