summaryrefslogtreecommitdiff
path: root/src/mainboard/google/cyan/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/cyan/smihandler.c')
-rw-r--r--src/mainboard/google/cyan/smihandler.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/google/cyan/smihandler.c b/src/mainboard/google/cyan/smihandler.c
index 1a0fceeb1a..98e4873a9b 100644
--- a/src/mainboard/google/cyan/smihandler.c
+++ b/src/mainboard/google/cyan/smihandler.c
@@ -152,13 +152,6 @@ void mainboard_smi_sleep(uint8_t slp_typ)
/* Clear pending events that may trigger immediate wake */
while (google_chromeec_get_event() != 0)
;
-
- if (smm_get_gnvs()->bdid == BOARD_PRE_EVT) {
- /* Set LPC lines to low power in S3/S5. */
- if ((slp_typ == ACPI_S3) || (slp_typ == ACPI_S5))
- lpc_set_low_power();
- }
-
#endif
}