Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f3ed400 authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij
Browse files

ARM: ux500: Rename gpio_keys in the Device Tree file



Ensure each button is individually identifiable by using
their correct unique given device names.

Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b55ac4ea
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -36,28 +36,28 @@
			debounce_interval = <50>;
			wakeup = <1>;
			linux,code = <3>;
			label = "userpb";
			label = "extkb1";
			gpios = <&gpio4 23 0>;
		};
		button@3 {
			debounce_interval = <50>;
			wakeup = <1>;
			linux,code = <4>;
			label = "userpb";
			label = "extkb2";
			gpios = <&gpio4 24 0>;
		};
		button@4 {
			debounce_interval = <50>;
			wakeup = <1>;
			linux,code = <5>;
			label = "userpb";
			label = "extkb3";
			gpios = <&gpio5 1 0>;
		};
		button@5 {
			debounce_interval = <50>;
			wakeup = <1>;
			linux,code = <6>;
			label = "userpb";
			label = "extkb4";
			gpios = <&gpio5 2 0>;
		};
	};