Skip to content

Commit db92a8d

Browse files
tq-steinaShawn Guo
authored andcommitted
ARM: dts: imx6qdl: mba6: Fix gpio-keys button node names
Numbers are separated by dashes. Fixes the warnings: arch/arm/boot/dts/nxp/imx/imx6q-mba6a.dtb: gpio-buttons: 'button1', 'button2', 'button3' do not match any of the regexes: '^(button|event|key|switch|(button|event|key|switch)-[a-z0-9-]+|[a-z0-9-]+-(button|event|key|switch))$', 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/input/gpio-keys.yaml# Signed-off-by: Alexander Stein <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 1d6500c commit db92a8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm/boot/dts/nxp/imx/imx6qdl-mba6.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@
3636
pinctrl-names = "default";
3737
pinctrl-0 = <&pinctrl_gpiobuttons>;
3838

39-
button1 {
39+
button-1 {
4040
label = "s6";
4141
linux,code = <KEY_F6>;
4242
gpios = <&gpio7 13 GPIO_ACTIVE_LOW>;
4343
wakeup-source;
4444
};
4545

46-
button2 {
46+
button-2 {
4747
label = "s7";
4848
linux,code = <KEY_F7>;
4949
gpios = <&gpio7 12 GPIO_ACTIVE_LOW>;
5050
wakeup-source;
5151
};
5252

53-
button3 {
53+
button-3 {
5454
label = "s8";
5555
linux,code = <KEY_F8>;
5656
gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;

0 commit comments

Comments
 (0)