From: Krzysztof Kozlowski Date: Mon, 1 Jul 2024 15:03:39 +0000 (+0200) Subject: arm64: dts: armada-3720: align GPIO keys node name with bindings X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a0342414431101629aece5d43f3cc83da71ff8cc;p=users%2Fjedix%2Flinux-maple.git arm64: dts: armada-3720: align GPIO keys node name with bindings Bindings expect the GPIO key node names to follow certain pattern, see dtbs_check warnings: armada-3720-gl-mv1000.dtb: keys: 'reset' does not match any of the regexes: '^(button|event|key|switch|(button|event|key|switch)... Signed-off-by: Krzysztof Kozlowski Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts b/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts index 63fbc83521616..07c14bf04b833 100644 --- a/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts +++ b/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts @@ -41,7 +41,7 @@ keys { compatible = "gpio-keys"; - reset { + button-reset { label = "reset"; linux,code = ; gpios = <&gpionb 14 GPIO_ACTIVE_LOW>;