Skip to content

Commit 3f6e319

Browse files
committed
ARM: dts: cirrus: ep7211: Align GPIO hog name with bindings
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>
1 parent 2014c95 commit 3f6e319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/cirrus/ep7211-edb7211.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
};
8989

9090
&portd {
91-
lcden {
91+
lcden-hog {
9292
gpio-hog;
9393
gpios = <2 GPIO_ACTIVE_HIGH>;
9494
output-high;

0 commit comments

Comments
 (0)