mb/google/brya: Change GPP_D15/D16 default to low

WFC Camera driver will control the power sequence.
Therefore, set default to low.

BUG=b:184024459
TEST=abuilds

Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com>
Change-Id: I7ce25b83a715a022e36289dc0abf0d39f5798eb0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52148
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Eric Lai 2021-04-07 11:34:39 +08:00 committed by Patrick Georgi
parent e490c787da
commit 691020e22b
1 changed files with 2 additions and 2 deletions

View File

@ -148,9 +148,9 @@ static const struct pad_config gpio_table[] = {
/* D14 : ISH_UART0_TXD ==> PCH_I2C_CAM_SCL */
PAD_CFG_NF(GPP_D14, NONE, DEEP, NF3),
/* D15 : ISH_UART0_RTS# ==> EN_WCAM_SENR_PWR */
PAD_CFG_GPO(GPP_D15, 1, DEEP),
PAD_CFG_GPO(GPP_D15, 0, DEEP),
/* D16 : ISH_UART0_CTS# ==> EN_WCAM_PWR */
PAD_CFG_GPO(GPP_D16, 1, DEEP),
PAD_CFG_GPO(GPP_D16, 0, DEEP),
/* D17 : UART1_RXD ==> SD_PE_PRSNT_L */
PAD_CFG_GPI(GPP_D17, NONE, DEEP),
/* D18 : UART1_TXD ==> SD_PE_RST_L */