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

Commit 5c0169d1 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Jason Cooper
Browse files

ARM: mvebu: use input DT defines in Armada 370/XP boards



Instead of harcoding keycodes specifications in the Armada 370/XP
boards, use the <dt-bindings/input/input.h> header file and its
keycode definitions.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 29e74f8b
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -12,6 +12,7 @@
 */
 */


/dts-v1/;
/dts-v1/;
#include <dt-bindings/input/input.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/gpio/gpio.h>
#include "armada-370.dtsi"
#include "armada-370.dtsi"


@@ -101,7 +102,7 @@
				#size-cells = <0>;
				#size-cells = <0>;
				button@1 {
				button@1 {
					label = "Software Button";
					label = "Software Button";
					linux,code = <116>;
					linux,code = <KEY_POWER>;
					gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
					gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
				};
				};
			};
			};
+2 −1
Original line number Original line Diff line number Diff line
@@ -17,6 +17,7 @@


/dts-v1/;
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include "armada-xp-mv78230.dtsi"
#include "armada-xp-mv78230.dtsi"


/ {
/ {
@@ -158,7 +159,7 @@


		button@1 {
		button@1 {
			label = "Factory Reset Button";
			label = "Factory Reset Button";
			linux,code = <141>; /* KEY_SETUP */
			linux,code = <KEY_SETUP>;
			gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
			gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
		};
		};
	};
	};
+2 −1
Original line number Original line Diff line number Diff line
@@ -12,6 +12,7 @@


/dts-v1/;
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include "armada-xp-mv78260.dtsi"
#include "armada-xp-mv78260.dtsi"


/ {
/ {
@@ -115,7 +116,7 @@


				button@1 {
				button@1 {
					label = "Init Button";
					label = "Init Button";
					linux,code = <116>;
					linux,code = <KEY_POWER>;
					gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
					gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
				};
				};
			};
			};