summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-09 19:59:41 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:53:36 +0000
commitbce6ad90139efec1259a1f85811fd8465cdf2570 (patch)
treea90502c30b6cf9087a44bccdf7faa5e68da83386
parent444ce57f8624360252aa7144ae6c2d319bcfc954 (diff)
downloadchrome-ec-bce6ad90139efec1259a1f85811fd8465cdf2570.tar.gz
Revert "chip/stm32/pwm: Prevent sleeping while PWM output is active"
This reverts commit e3336f4c8d4fb59137d35f87f4a42d22848aabcd. BUG=b:200823466 TEST=make buildall -j Change-Id: Ibb1a069c4459855aebc9a3b8865245ff4720eebf Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273459 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 bf9e19130a..15f4524ef8 100644
--- a/include/system.h
+++ b/include/system.h
@@ -373,7 +373,6 @@ enum {
SLEEP_MASK_AP_RO_VERIFICATION
= BIT(8), /* AP RO verification failure. */
SLEEP_MASK_USB_DEVICE = BIT(9), /* Generic USB device in use */
- SLEEP_MASK_PWM = BIT(10), /* PWM output is enabled */
SLEEP_MASK_PHYSICAL_PRESENCE = BIT(11), /* Physical presence
* detection ongoing */
SLEEP_MASK_FORCE_NO_DSLEEP = BIT(15), /* Force disable. */