mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 00:51:29 +00:00
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>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
d032e8f8f0
commit
98f8a4d497
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user