summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2015-05-27 09:45:39 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-27 23:18:54 +0000
commit98f8a4d497c736820fd42e0283806ad768045096 (patch)
tree6c509dc7ca0ace35336e0ed714c642e9ca8c0dd4
parentd032e8f8f011a4f061c677adf43bf09321087dee (diff)
downloadchrome-ec-98f8a4d497c736820fd42e0283806ad768045096.tar.gz
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 <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/273419 Reviewed-by: Shawn N <shawnn@chromium.org>
-rw-r--r--board/glados/gpio.inc2
1 files changed, 1 insertions, 1 deletions
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)