mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-31 11:01:19 +00:00
pyro: Enable CONFIG_POWER_BUTTON_IGNORE_LID
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. BRANCH=reef BUG=chrome-os-partner:61707,chrome-os-partner:61696 TEST=Manual. Verify power button can power on system on pyro DVT touch sku. Change-Id: I23608ae508ca419cecc3642d36eeee089a870778 Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-on: https://chromium-review.googlesource.com/426309 Commit-Ready: Keith Tzeng <keith.tzeng@quantatw.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user