]> Pileus Git - ~andy/linux/commitdiff
ARM: kirkwood: fix buttons on lsxl boards
authorMichael Walle <michael@walle.cc>
Thu, 27 Sep 2012 21:54:37 +0000 (23:54 +0200)
committerJason Cooper <jason@lakedaemon.net>
Thu, 18 Oct 2012 17:07:23 +0000 (17:07 +0000)
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: Michael Walle <michael@walle.cc>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/kirkwood-lsxl.dtsi

index a1dd36d36961ec48acd855e2d7c0e25c79d3dc19..8fea375c734d75e99ad06adac9f65f5413989285 100644 (file)
                #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>;
                };
        };