aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/eve/smihandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/eve/smihandler.c')
-rw-r--r--src/mainboard/google/eve/smihandler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/eve/smihandler.c b/src/mainboard/google/eve/smihandler.c
index 879131c220..493a3349e5 100644
--- a/src/mainboard/google/eve/smihandler.c
+++ b/src/mainboard/google/eve/smihandler.c
@@ -29,7 +29,6 @@ void mainboard_smi_espi_handler(void)
static void mainboard_gpio_smi_sleep(u8 slp_typ)
{
/* Power down the rails on any sleep type */
- gpio_set(EN_PP3300_DX_TOUCH, 0);
gpio_set(EN_PP3300_DX_CAM, 0);
}