[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <173946704368.3328478.14106859473786211510.robh@kernel.org>
Date: Thu, 13 Feb 2025 11:22:28 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Conor Dooley <conor+dt@...nel.org>, Andrew Lunn <andrew@...n.ch>,
devicetree@...r.kernel.org, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Gregory Clement <gregory.clement@...tlin.com>,
Russell King <linux@...linux.org.uk>,
Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>
Subject: Re: [PATCH v2] ARM: dts: marvell: armada: Align GPIO hog name with
bindings
On Wed, 12 Feb 2025 21:42:58 +0100, Krzysztof Kozlowski wrote:
> Bindings expect GPIO hog names to end with 'hog' suffix, so correct it
> to fix dtbs_check warnings like:
>
> armada-385-clearfog-gtr-s4.dtb: wifi-disable: $nodename:0: 'wifi-disable' does not match '^.+-hog(-[0-9]+)?$'
>
> Reviewed-by: Andrew Lunn <andrew@...n.ch
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
>
> ---
>
> Changes in v2:
> 1. Add forgotten Rb tag.
> ---
> arch/arm/boot/dts/marvell/armada-385-clearfog-gtr.dtsi | 8 ++++----
> arch/arm/boot/dts/marvell/armada-388-clearfog-base.dts | 2 +-
> 2 files changed, 5 insertions(+), 5 deletions(-)
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/marvell/' for 20250212204258.57514-1-krzysztof.kozlowski@...aro.org:
arch/arm/boot/dts/marvell/armada-388-clearfog-base.dtb: gpio@...00: Unevaluated properties are not allowed ('gpio-ranges', 'phy1-reset-hog' were unexpected)
from schema $id: http://devicetree.org/schemas/gpio/gpio-mvebu.yaml#
arch/arm/boot/dts/marvell/armada-385-clearfog-gtr-s4.dtb: gpio@...00: Unevaluated properties are not allowed ('gpio-ranges', 'wifi-disable-hog' were unexpected)
from schema $id: http://devicetree.org/schemas/gpio/gpio-mvebu.yaml#
arch/arm/boot/dts/marvell/armada-385-clearfog-gtr-s4.dtb: gpio@...40: Unevaluated properties are not allowed ('gpio-ranges', 'lte-disable-hog', 'poe-reset-hog', 'sar-isolation-hog' were unexpected)
from schema $id: http://devicetree.org/schemas/gpio/gpio-mvebu.yaml#
arch/arm/boot/dts/marvell/armada-385-clearfog-gtr-l8.dtb: gpio@...00: Unevaluated properties are not allowed ('gpio-ranges', 'wifi-disable-hog' were unexpected)
from schema $id: http://devicetree.org/schemas/gpio/gpio-mvebu.yaml#
arch/arm/boot/dts/marvell/armada-385-clearfog-gtr-l8.dtb: gpio@...40: Unevaluated properties are not allowed ('gpio-ranges', 'lte-disable-hog', 'poe-reset-hog', 'sar-isolation-hog' were unexpected)
from schema $id: http://devicetree.org/schemas/gpio/gpio-mvebu.yaml#
Powered by blists - more mailing lists