[PATCH] ARM: dts: cirrus: ep7211: Align GPIO hog name with bindings

Krzysztof Kozlowski posted 1 patch 1 year ago
arch/arm/boot/dts/cirrus/ep7211-edb7211.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: cirrus: ep7211: Align GPIO hog name with bindings
Posted by Krzysztof Kozlowski 1 year ago
Bindings expect GPIO hog names to end with 'hog' suffix, so correct it
to fix dtbs_check warning:

  ep7211-edb7211.dtb: lcden: $nodename:0: 'lcden' does not match '^.+-hog(-[0-9]+)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/cirrus/ep7211-edb7211.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/cirrus/ep7211-edb7211.dts b/arch/arm/boot/dts/cirrus/ep7211-edb7211.dts
index 808cd5778e27..adc74243ed19 100644
--- a/arch/arm/boot/dts/cirrus/ep7211-edb7211.dts
+++ b/arch/arm/boot/dts/cirrus/ep7211-edb7211.dts
@@ -88,7 +88,7 @@ &fb {
 };
 
 &portd {
-	lcden {
+	lcden-hog {
 		gpio-hog;
 		gpios = <2 GPIO_ACTIVE_HIGH>;
 		output-high;
-- 
2.43.0
Re: [PATCH] ARM: dts: cirrus: ep7211: Align GPIO hog name with bindings
Posted by Krzysztof Kozlowski 12 months ago
On Wed, 15 Jan 2025 22:17:47 +0100, Krzysztof Kozlowski wrote:
> Bindings expect GPIO hog names to end with 'hog' suffix, so correct it
> to fix dtbs_check warning:
> 
>   ep7211-edb7211.dtb: lcden: $nodename:0: 'lcden' does not match '^.+-hog(-[0-9]+)?$'
> 
> 

Applied, thanks!

[1/1] ARM: dts: cirrus: ep7211: Align GPIO hog name with bindings
      https://git.kernel.org/krzk/linux-dt/c/3f6e319a236de93774080b163aebcaa99482358f

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