commit | aa06a5adb9bbebd0d694008b74233d8db4ebfa21 | [log] [tgz] |
---|---|---|
author | Arnaud Ebalard <arno@natisbad.org> | Sun Sep 29 20:36:41 2013 +0200 |
committer | Jason Cooper <jason@lakedaemon.net> | Mon Sep 30 14:03:40 2013 +0000 |
tree | ec114fd131f5bb32d5087810bac61b37ae229aba | |
parent | ddf7e399024aa908573a08d6339cefa6253b83db [diff] |
ARM: mvebu: fix ReadyNAS 102 Power button GPIO to make it active high NETGEAR ReadyNAS 102 Power button definition in .dts file flags associated GPIO active low instead of active high. This results in reversed events reported by input subsystem (0 returned when the button is pressed, 1 when released). This patch makes associated GPIO active high to recover correct behaviour. Signed-off-by: Arnaud Ebalard <arno@natisbad.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>