diff options
-rw-r--r-- | board/pyro/board.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/pyro/board.h b/board/pyro/board.h index 11462cc94b..84eaaea239 100644 --- a/board/pyro/board.h +++ b/board/pyro/board.h @@ -114,6 +114,14 @@ #define CONFIG_CHIPSET_RESET_HOOK #undef CONFIG_PECI #define CONFIG_POWER_BUTTON +/* + * FIXME: Workaround to Pyro DVT system can not power on when system + * at G3 state. + * Hardware has leakage with LID_OPEN pin to touch control board if system + * turns off PP3300 power rail, so enable CONFIG_POWER_BUTTON_IGNORE_LID + * on temporarily. + */ +#define CONFIG_POWER_BUTTON_IGNORE_LID #define CONFIG_POWER_BUTTON_X86 #define CONFIG_POWER_COMMON #define CONFIG_POWER_S0IX |