summaryrefslogtreecommitdiff
path: root/include/chipset.h
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2018-08-03 17:02:18 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-08-31 05:22:49 -0700
commit1d4471de578c799d9428f78fe3ce3fee6246daef (patch)
tree70d242e2ebb81668a7c3f82eaad2aec7d3b69350 /include/chipset.h
parent9285db3f7d3fd50743df80b0dd1e28da46b5d2e1 (diff)
downloadchrome-ec-1d4471de578c799d9428f78fe3ce3fee6246daef.tar.gz
Revert "cheza: Support confirmation of power lost"
This reverts commit 548e4d9708cc4402497ed290daf4df672114302c. The following CL uses the POWER_GOOD signal as an indicator, instead of the AP_RST_L which has a short low pulse during warm reset. So revert the confirmation logic for the AP_RST_L. BRANCH=none BUG=b:78455067 TEST=Check the following CL. Change-Id: Iec0a7592f8dd1686b1bce8304b42ad0407b6dfde Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/1169952 Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Diffstat (limited to 'include/chipset.h')
-rw-r--r--include/chipset.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/chipset.h b/include/chipset.h
index 5e51e5991a..0e568dccd6 100644
--- a/include/chipset.h
+++ b/include/chipset.h
@@ -194,15 +194,6 @@ void chipset_handle_reboot(void);
*/
void chipset_reset_request_interrupt(enum gpio_signal signal);
-/**
- * Chipset-specific power signal interrupt, overrides the default one.
- *
- * It is used in SDM845, to handle the short-low-pulse during the reset
- * sequence which we don't consider it as a power-lost.
- */
-void chipset_power_signal_interrupt(enum gpio_signal signal);
-
-
#ifdef CONFIG_CMD_AP_RESET_LOG
/**