mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-04 14:01:54 +00:00
reef: Initialize EC_PCH_PWROK low
The PCH_PWROK signal has a pull-up on the PCH side, so we really want to drive this low. BUG=none BRANCH=none TEST=none Change-Id: Icb0702916671cfd632e67d036bfb865e968c102c Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/350201 Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
32ee71f6e0
commit
e37b18d7d1
@@ -87,7 +87,7 @@ GPIO(PP3300_PG, PIN(6, 2), GPIO_INPUT)
|
||||
GPIO(EN_PP5000, PIN(C, 6), GPIO_OUT_LOW)
|
||||
GPIO(PP5000_PG, PIN(7, 1), GPIO_INPUT)
|
||||
GPIO(EN_P3300_TRACKPAD_ODL, PIN(3, 2), GPIO_ODR_HIGH)
|
||||
GPIO(PCH_SYS_PWROK, PIN(E, 7), GPIO_OUTPUT) /* EC_PCH_PWROK_OD */
|
||||
GPIO(PCH_SYS_PWROK, PIN(E, 7), GPIO_OUT_LOW) /* EC_PCH_PWROK */
|
||||
GPIO(ENABLE_BACKLIGHT, PIN(9, 7), GPIO_ODR_HIGH | GPIO_SEL_1P8V) /* EC_BL_EN_OD */
|
||||
|
||||
GPIO(WIRELESS_GPIO_WLAN_POWER, PIN(6, 6), GPIO_ODR_HIGH) /* EN_PP3300_WLAN_ODL */
|
||||
|
||||
Reference in New Issue
Block a user