intel/amenia: Remove setting of GPIO_TIER1_SCI enable bit

This patch removes setting of gpio_tier1_sci_en from mainboard
smihandler code. Gpio_tier1_sci enable bit is set from gpio.asl
now.

BUG=chrome-os-partner:56483
TEST=System resumes from S3 on lidopen, powerbutton and USB wake.
     Also from S0iX system is resuming for WIFI wake.

Change-Id: I066f0907a1c597e6fee09821910c59a8a90cccaa
Signed-off-by: Shaunak Saha <shaunak.saha@intel.com>
Reviewed-on: https://review.coreboot.org/16565
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Andrey Petrov <andrey.petrov@intel.com>
This commit is contained in:
Shaunak Saha 2016-09-09 14:50:34 -07:00 committed by Martin Roth
parent 16e9d459a0
commit 563de15b8a
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@
void mainboard_smi_sleep(u8 slp_typ)
{
if (slp_typ == ACPI_S3)
enable_gpe(GPIO_TIER_1_SCI);
if (IS_ENABLED(CONFIG_EC_GOOGLE_CHROMEEC))
chromeec_smi_sleep(slp_typ, MAINBOARD_EC_S3_WAKE_EVENTS,
MAINBOARD_EC_S5_WAKE_EVENTS);