diff --git a/src/mainboard/google/brya/variants/uldrenite/gpio.c b/src/mainboard/google/brya/variants/uldrenite/gpio.c index 667a369604..d21b0ebde3 100644 --- a/src/mainboard/google/brya/variants/uldrenite/gpio.c +++ b/src/mainboard/google/brya/variants/uldrenite/gpio.c @@ -121,8 +121,8 @@ static const struct pad_config gpio_table[] = { PAD_CFG_GPO(GPP_D0, 1, DEEP), /* D1 : ISH_GP1 ==> SOC_GSEN2_INT# */ PAD_CFG_NF(GPP_D1, NONE, DEEP, NF1), - /* D2 : ISH_GP2 ==> TOUCH_SCREEN_DET# */ - PAD_CFG_GPO_LOCK(GPP_D2, 1, LOCK_CONFIG), + /* D2 : ISH_GP2 ==> NC */ + PAD_NC_LOCK(GPP_D2, NONE, LOCK_CONFIG), /* D3 : NC ==> PHY_SHUTTER_DET */ PAD_CFG_GPO_LOCK(GPP_D3, 1, LOCK_CONFIG), /* D4 : NC ==> WCAM_FW_PROTECT */ @@ -153,8 +153,8 @@ static const struct pad_config gpio_table[] = { PAD_CFG_GPI_APIC(GPP_D16, NONE, PLTRST, LEVEL, INVERT), /* D17 : NC */ PAD_NC(GPP_D17, NONE), - /* D18 : LCD_CBL_DET# */ - PAD_CFG_GPO(GPP_D18, 1, DEEP), + /* D18 : LCD_CBL_DET# ==> NC */ + PAD_NC(GPP_D18, NONE), /* D19 : I2S_MCLK1_OUT ==> NC */ PAD_NC(GPP_D19, NONE), diff --git a/src/mainboard/google/brya/variants/uldrenite/variant.c b/src/mainboard/google/brya/variants/uldrenite/variant.c index 75809e233f..a7927eb0d3 100644 --- a/src/mainboard/google/brya/variants/uldrenite/variant.c +++ b/src/mainboard/google/brya/variants/uldrenite/variant.c @@ -61,11 +61,11 @@ static const struct pad_config ish_uart0_disable_pads[] = { static const struct pad_config switch_ish_uart1_pads[] = { /* D13 : UART0_ISH_RXD ==> NC */ PAD_NC(GPP_D13, NONE), - /* D14 : UART0_ISH_TXD ==> LCD_CBL_DET# */ - PAD_CFG_GPO(GPP_D14, 1, DEEP), + /* D14 : UART0_ISH_TXD ==> NC */ + PAD_NC(GPP_D14, NONE), /* D17 : NC ==> UART1_ISH_RDX */ PAD_CFG_NF(GPP_D17, NONE, DEEP, NF2), - /* D18 : LCD_CBL_DET# ==> UART1_ISH_TDX */ + /* D18 : NC ==> UART1_ISH_TDX */ PAD_CFG_NF(GPP_D18, NONE, DEEP, NF2), };