summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-09 16:20:00 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:49:59 +0000
commit7b0bfa297669cb35667e318f1e6f59f7d4a87ee3 (patch)
treeb3b4422abdf3ef87970933878e189dcbbc7c144a
parentf8f8830c210ed19265bccd83011c5ae1f4780c63 (diff)
downloadchrome-ec-7b0bfa297669cb35667e318f1e6f59f7d4a87ee3.tar.gz
Revert "kukui/emmc: Disable eMMC emulation when not needed"
This reverts commit cac3f7c60f5a62ae3c696b02581e750c7dedb2fe. BUG=b:200823466 TEST=make buildall -j Change-Id: I4c974099a09a2d4436bf125e3add428f47e423e0 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273412 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 06fc434a07..2c79a5e54f 100644
--- a/include/system.h
+++ b/include/system.h
@@ -413,7 +413,6 @@ enum {
* detection ongoing */
SLEEP_MASK_PLL = BIT(12), /* High-speed PLL in-use */
SLEEP_MASK_ADC = BIT(13), /* ADC conversion ongoing */
- SLEEP_MASK_EMMC = BIT(14), /* eMMC emulation ongoing */
SLEEP_MASK_FORCE_NO_DSLEEP = BIT(15), /* Force disable. */