summaryrefslogtreecommitdiff
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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/eve/smihandler.c b/src/mainboard/google/eve/smihandler.c
index f51248cef5..e449900cb1 100644
--- a/src/mainboard/google/eve/smihandler.c
+++ b/src/mainboard/google/eve/smihandler.c
@@ -30,6 +30,12 @@ static void mainboard_gpio_smi_sleep(u8 slp_typ)
{
/* Power down the rails on any sleep type */
gpio_set(EN_PP3300_DX_CAM, 0);
+
+ /* Assert TOUSHCREEN_STOP_L */
+ gpio_set(GPP_E11, 0);
+
+ /* Turn off touchscreen power */
+ gpio_set(GPP_C22, 0);
}
void mainboard_smi_sleep(u8 slp_typ)