From 83023347e2f8f56ca5462e38dfb65db21687fc29 Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Thu, 27 Sep 2012 23:54:37 +0200 Subject: [PATCH] --- yaml --- r: 334649 b: refs/heads/master c: 12431634947f4c34015561104c4f8a305bfe6b48 h: refs/heads/master i: 334647: 39c6a9a7f75038802355b69e3c10d3d1cde3d522 v: v3 --- [refs] | 2 +- trunk/arch/arm/boot/dts/kirkwood-lsxl.dtsi | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c08259653086..370317c6ca0a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a54841e552515a0a09d214ed63701cd0eb3d66c6 +refs/heads/master: 12431634947f4c34015561104c4f8a305bfe6b48 diff --git a/trunk/arch/arm/boot/dts/kirkwood-lsxl.dtsi b/trunk/arch/arm/boot/dts/kirkwood-lsxl.dtsi index a1dd36d36961..8fea375c734d 100644 --- a/trunk/arch/arm/boot/dts/kirkwood-lsxl.dtsi +++ b/trunk/arch/arm/boot/dts/kirkwood-lsxl.dtsi @@ -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>; }; };