]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: cirrus: ep7211: Align GPIO hog name with bindings
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 15 Jan 2025 21:17:47 +0000 (22:17 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 12 Feb 2025 20:44:43 +0000 (21:44 +0100)
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]+)?$'

Link: https://lore.kernel.org/r/20250115211747.194191-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/cirrus/ep7211-edb7211.dts

index 808cd5778e27b9930037e74175bc4001dc3c7e32..adc74243ed19adb3d8e6ffb61117b8204f01460d 100644 (file)
@@ -88,7 +88,7 @@
 };
 
 &portd {
-       lcden {
+       lcden-hog {
                gpio-hog;
                gpios = <2 GPIO_ACTIVE_HIGH>;
                output-high;