* [PATCH] ARM: dts: nxp: vf: Align GPIO hog name with bindings
@ 2025-01-15 21:16 Krzysztof Kozlowski
2025-02-12 20:43 ` Krzysztof Kozlowski
2025-02-20 7:22 ` Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-01-15 21:16 UTC (permalink / raw)
To: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Stefan Agner,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Tony Lindgren,
linux-arm-kernel, devicetree, linux-kernel, linux-omap
Cc: Krzysztof Kozlowski
Bindings expect GPIO hog names to end with 'hog' suffix, so correct it
to fix dtbs_check warning:
vf610-zii-dev-rev-c.dtb: eth0_intrp: $nodename:0: 'eth0_intrp' does not match '^.+-hog(-[0-9]+)?$'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts b/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts
index 6f9878f124c4..4f99044837f8 100644
--- a/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts
+++ b/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts
@@ -392,7 +392,7 @@ &uart3 {
};
&gpio0 {
- eth0_intrp {
+ eth0-intrp-hog {
gpio-hog;
gpios = <23 GPIO_ACTIVE_HIGH>;
input;
@@ -401,7 +401,7 @@ eth0_intrp {
};
&gpio3 {
- eth0_intrp {
+ eth0-intrp-hog {
gpio-hog;
gpios = <2 GPIO_ACTIVE_HIGH>;
input;
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: nxp: vf: Align GPIO hog name with bindings
2025-01-15 21:16 [PATCH] ARM: dts: nxp: vf: Align GPIO hog name with bindings Krzysztof Kozlowski
@ 2025-02-12 20:43 ` Krzysztof Kozlowski
2025-02-20 7:22 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-02-12 20:43 UTC (permalink / raw)
To: Krzysztof Kozlowski, Shawn Guo, Sascha Hauer,
Pengutronix Kernel Team, Stefan Agner, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Tony Lindgren,
linux-arm-kernel, devicetree, linux-kernel, linux-omap
On 15/01/2025 22:16, Krzysztof Kozlowski wrote:
> Bindings expect GPIO hog names to end with 'hog' suffix, so correct it
> to fix dtbs_check warning:
>
> vf610-zii-dev-rev-c.dtb: eth0_intrp: $nodename:0: 'eth0_intrp' does not match '^.+-hog(-[0-9]+)?$'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Any comments on the patch? Shawn, can you apply it?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: nxp: vf: Align GPIO hog name with bindings
2025-01-15 21:16 [PATCH] ARM: dts: nxp: vf: Align GPIO hog name with bindings Krzysztof Kozlowski
2025-02-12 20:43 ` Krzysztof Kozlowski
@ 2025-02-20 7:22 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2025-02-20 7:22 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Stefan Agner,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Tony Lindgren,
linux-arm-kernel, devicetree, linux-kernel, linux-omap
On Wed, Jan 15, 2025 at 10:16:58PM +0100, Krzysztof Kozlowski wrote:
> Bindings expect GPIO hog names to end with 'hog' suffix, so correct it
> to fix dtbs_check warning:
>
> vf610-zii-dev-rev-c.dtb: eth0_intrp: $nodename:0: 'eth0_intrp' does not match '^.+-hog(-[0-9]+)?$'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Applied, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-20 7:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-15 21:16 [PATCH] ARM: dts: nxp: vf: Align GPIO hog name with bindings Krzysztof Kozlowski
2025-02-12 20:43 ` Krzysztof Kozlowski
2025-02-20 7:22 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).