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

Commit 12431634 authored by Michael Walle's avatar Michael Walle Committed by Jason Cooper
Browse files

ARM: kirkwood: fix buttons on lsxl boards



Change event type to switch for the power and autopower switches.
Additionally, this patch aligns the keycodes with the other linkstation
boards already supported by linux.

Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent a54841e5
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -48,17 +48,19 @@
		#size-cells = <0>;
		button@1 {
			label = "Function Button";
			linux,code = <132>;
			linux,code = <357>;
			gpios = <&gpio1 9 1>;
		};
		button@2 {
			label = "Power-on Switch";
			linux,code = <116>;
			linux,code = <0>;
			linux,input-type = <5>;
			gpios = <&gpio1 10 1>;
		};
		button@3 {
			label = "Power-auto Switch";
			linux,code = <142>;
			linux,code = <1>;
			linux,input-type = <5>;
			gpios = <&gpio1 11 1>;
		};
	};