summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-09 16:53:29 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:50:24 +0000
commit2ad8d8d9c769bec6b036853c794836f1e898b13a (patch)
tree892d5f6eec22647681c7c1170839da83f745402e
parent1c2959c064855c1f0818b9f11cae92bbd3252670 (diff)
downloadchrome-ec-2ad8d8d9c769bec6b036853c794836f1e898b13a.tar.gz
Revert "stm32: low power idle for STM32H7"
This reverts commit 13a0b3437eb59a168c4f9c4d1ebc3d217ced3ba5. BUG=b:200823466 TEST=make buildall -j Change-Id: Idba1e1afcb5ba9c5242f9492abbec58599c52a81 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273418 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
-rw-r--r--include/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/system.h b/include/system.h
index 3ca133250c..e3606a803f 100644
--- a/include/system.h
+++ b/include/system.h
@@ -411,7 +411,6 @@ enum {
SLEEP_MASK_PWM = BIT(10), /* PWM output is enabled */
SLEEP_MASK_PHYSICAL_PRESENCE = BIT(11), /* Physical presence
* detection ongoing */
- SLEEP_MASK_PLL = BIT(12), /* High-speed PLL in-use */
SLEEP_MASK_FORCE_NO_DSLEEP = BIT(15), /* Force disable. */