[PATCH] arm64: dts: cavium: thunder2-99xx:: drop redundant reg-names

Krzysztof Kozlowski posted 1 patch 1 year, 10 months ago
arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi | 1 -
1 file changed, 1 deletion(-)
[PATCH] arm64: dts: cavium: thunder2-99xx:: drop redundant reg-names
Posted by Krzysztof Kozlowski 1 year, 10 months ago
There is no "reg-names" property in the PCI bindings and the value does
not conform to Devicetree coding style (upper-case letters, space), so
assume this was copied from downstream.

This fixes dtbs_check warning:

  thunder2-99xx.dtb: pcie@30000000: Unevaluated properties are not allowed ('reg-names' was unexpected)

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi b/arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi
index 3419bd252696..874d4d3a4e4f 100644
--- a/arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi
+++ b/arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi
@@ -103,7 +103,6 @@ pcie@30000000 {
 
 		/* ECAM at 0x3000_0000 - 0x4000_0000 */
 		reg = <0x0 0x30000000  0x0 0x10000000>;
-		reg-names = "PCI ECAM";
 
 		/*
 		 * PCI ranges:
-- 
2.34.1
Re: [PATCH] arm64: dts: cavium: thunder2-99xx:: drop redundant reg-names
Posted by Krzysztof Kozlowski 1 year, 9 months ago
On Sun, 07 Apr 2024 12:28:41 +0200, Krzysztof Kozlowski wrote:
> There is no "reg-names" property in the PCI bindings and the value does
> not conform to Devicetree coding style (upper-case letters, space), so
> assume this was copied from downstream.
> 
> This fixes dtbs_check warning:
> 
>   thunder2-99xx.dtb: pcie@30000000: Unevaluated properties are not allowed ('reg-names' was unexpected)
> 
> [...]

Almost a month passed, no replies from maintainers about picking it up. Dunno,
looks abandoned, so let me grab this. If anyone else wants to pick it up, let
me know.

Applied, thanks!

[1/1] arm64: dts: cavium: thunder2-99xx:: drop redundant reg-names
      https://git.kernel.org/krzk/linux-dt/c/aa79fdba3d42dfbcb10d1bfeb3db9fbc73c4f793

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>