Skip to content

Commit a034241

Browse files
krzkgclement
authored andcommitted
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 <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 1613e60 commit a034241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
keys {
4242
compatible = "gpio-keys";
4343

44-
reset {
44+
button-reset {
4545
label = "reset";
4646
linux,code = <KEY_RESTART>;
4747
gpios = <&gpionb 14 GPIO_ACTIVE_LOW>;

0 commit comments

Comments
 (0)