mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-15 17:41:25 +00:00
bip: set correct AC_PRESENT debouce delay
BRANCH=none BUG=b:75974377 TEST=none Change-Id: Ib6fcc0ac7668614a487525196ea4f3a5f399c640 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1024278 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Justin TerAvest <teravest@chromium.org>
This commit is contained in:
@@ -111,7 +111,12 @@
|
||||
#define CONFIG_POWER_BUTTON
|
||||
#define CONFIG_POWER_BUTTON_X86
|
||||
#define CONFIG_EXTPOWER_GPIO
|
||||
/* TODO(b/75974377), increase CONFIG_EXTPOWER_DEBOUNCE_MS from 30 to 1000? */
|
||||
|
||||
/*
|
||||
* From BQ25703: CHRG_OK is HIGH after 50ms deglitch time.
|
||||
*/
|
||||
#undef CONFIG_EXTPOWER_DEBOUNCE_MS
|
||||
#define CONFIG_EXTPOWER_DEBOUNCE_MS 50
|
||||
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
Reference in New Issue
Block a user