summaryrefslogtreecommitdiff
path: root/include/power
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2021-05-13 10:11:39 -0700
committerCommit Bot <commit-bot@chromium.org>2021-09-17 00:37:36 +0000
commitfa3313243ea1db5eba06b741ec8cedd92e0ca119 (patch)
tree357da24d7cc354e2b23181da9ff2a5db197b9624 /include/power
parenta1e771cf190c54d1c287f000f79122d925dab98e (diff)
downloadchrome-ec-fa3313243ea1db5eba06b741ec8cedd92e0ca119.tar.gz
qcom: Deprecate WARM_RESET handlings in SC7280
Add guards to limit the long warm_reset handling only in SC7180, such that the future generations, like SC7280, don't have it. BRANCH=None BUG=b:187980397, b:187098628 TEST=Built all the Chromium EC images and Zephyr EC images. TEST=Modify a board to use the SC7280 CONFIG. Change-Id: Iad011f58522641cde2f469f71114473476c53d67 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2893070 Reviewed-by: Stephen Boyd <swboyd@chromium.org> Reviewed-by: Alexandru M Stan <amstan@chromium.org>
Diffstat (limited to 'include/power')
-rw-r--r--include/power/qcom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/power/qcom.h b/include/power/qcom.h
index b2e2f72e27..5f5247fa87 100644
--- a/include/power/qcom.h
+++ b/include/power/qcom.h
@@ -11,9 +11,9 @@ enum power_signal {
SC7X80_AP_RST_ASSERTED = 0,
SC7X80_PS_HOLD,
SC7X80_POWER_GOOD,
- SC7X80_WARM_RESET,
SC7X80_AP_SUSPEND,
#ifdef CONFIG_CHIPSET_SC7180
+ SC7X80_WARM_RESET,
SC7X80_DEPRECATED_AP_RST_REQ,
#endif
POWER_SIGNAL_COUNT,