summaryrefslogtreecommitdiff
path: root/include/power_button.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-12 16:15:50 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:56:16 +0000
commit47beba227036943f5d5b929cb88cbf58d4479601 (patch)
tree1f6396b939a9757111db0ed05a959a4a34f5d318 /include/power_button.h
parentc3c0903374335049d54947e2ef440e5b4068ccc5 (diff)
downloadchrome-ec-47beba227036943f5d5b929cb88cbf58d4479601.tar.gz
Revert "KBL/SKL: Add wait between DSW_PWROK and PWRBTN"
This reverts commit 627f3a8ac28751f549fbdb5266f8ccee417d339d. BUG=b:200823466 TEST=make buildall -j Change-Id: Id942eb041f8f28cc4fcf533d720a1c9ee79e92f4 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3285828 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
Diffstat (limited to 'include/power_button.h')
-rw-r--r--include/power_button.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/power_button.h b/include/power_button.h
index 23fd4b1bf4..fb213c6b08 100644
--- a/include/power_button.h
+++ b/include/power_button.h
@@ -54,12 +54,4 @@ void power_button_pch_release(void);
*/
void power_button_pch_pulse(void);
-/**
- * Returns the time when DSW_PWROK was asserted. It should be customized
- * by each board. See CONFIG_DELAY_DSW_PWROK_TO_PWRBTN for details.
- *
- * @return time in usec when DSW_PWROK was asserted.
- */
-int64_t get_time_dsw_pwrok(void);
-
#endif /* __CROS_EC_POWER_BUTTON_H */