commit | b72169d0e60abb116aeb5bfe226b3c3f36758823 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Thu Apr 06 15:08:50 2017 +0800 |
committer | Lei YU <mine260309@gmail.com> | Thu Apr 06 15:08:50 2017 +0800 |
tree | 51e21e45402bf47a1bcaa9c171bb12b89a73170a | |
parent | c99bd0c47ac238bfd3ca46ab9a2effc504e12b7a [diff] |
Fix Romulus power and reset button The POWER_BUTTON and RESET_BUTTON direction needs to be set to `both`, otherwise there is no interrupt generated and thus the buttons do not work. Change the direction to `both` fix the issue. Fixes openbmc/openbmc#1437 Change-Id: If586dd2e44aa2a8790f045d1e37f4d8f3ea210c8 Signed-off-by: Lei YU <mine260309@gmail.com>