From 98f8a4d497c736820fd42e0283806ad768045096 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Wed, 27 May 2015 09:45:39 -0700 Subject: [PATCH] glados: Treat RTCRST as active low signal Change this to not be driven low by default. BUG=chrome-os-partner:40677 BRANCH=none TEST=sequence to S0 on glados and stay there Change-Id: I6f97c17a809fd3f69911ab117f589475c5f30b0a Signed-off-by: Duncan Laurie Reviewed-on: https://chromium-review.googlesource.com/273419 Reviewed-by: Shawn N --- board/glados/gpio.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/glados/gpio.inc b/board/glados/gpio.inc index c5f461e974..1fa58b5509 100644 --- a/board/glados/gpio.inc +++ b/board/glados/gpio.inc @@ -80,7 +80,7 @@ GPIO(USB_C0_CHARGE_EN_L, PIN(64), GPIO_OUT_LOW) GPIO(USB_C1_CHARGE_EN_L, PIN(157), GPIO_OUT_LOW) GPIO(PP1800_DX_SENSOR_EN, PIN(11), GPIO_OUT_LOW) GPIO(PP1800_DX_AUDIO_EN, PIN(160), GPIO_OUT_LOW) -GPIO(PCH_RTCRST, PIN(163), GPIO_OUT_LOW) +GPIO(PCH_RTCRST_L, PIN(163), GPIO_ODR_HIGH) /* From lid sensor */ GPIO(TABLET_MODE, PIN(201), GPIO_INPUT) GPIO(ENABLE_BACKLIGHT, PIN(202), GPIO_OUT_HIGH)