mb/google/nissa: Remove GPP_B11 PAD configuration
Remove the pad configuration for GPP_B11 as this is not used in Nereid/Nivviks BUG=b:227694137 Signed-off-by: Harsha B R <harsha.b.r@intel.com> Change-Id: I3a213ffece75b9a706b96dc142a7e35c8b5973f6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65623 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Reka Norman <rekanorman@chromium.org> Reviewed-by: Kangheui Won <khwon@chromium.org>
This commit is contained in:
parent
7581730b65
commit
c4ed1e82bb
|
@ -73,8 +73,8 @@ static const struct pad_config gpio_table[] = {
|
|||
PAD_NC(GPP_B9, NONE),
|
||||
/* B10 : Not available */
|
||||
PAD_NC(GPP_B10, NONE),
|
||||
/* B11 : PMCALERT# ==> EN_PP3300_WLAN_X */
|
||||
PAD_CFG_GPO(GPP_B11, 1, DEEP),
|
||||
/* B11 : NC */
|
||||
PAD_NC(GPP_B11, NONE),
|
||||
/* B12 : SLP_S0# ==> SLP_S0_L */
|
||||
PAD_CFG_NF(GPP_B12, NONE, DEEP, NF1),
|
||||
/* B13 : PLTRST# ==> PLT_RST_L */
|
||||
|
|
|
@ -48,8 +48,6 @@ static const struct pad_config early_gpio_table[] = {
|
|||
PAD_CFG_NF(GPP_H10, NONE, DEEP, NF2),
|
||||
/* H11 : UART0_TXD ==> UART_SOC_TX_DBG_RX */
|
||||
PAD_CFG_NF(GPP_H11, NONE, DEEP, NF2),
|
||||
/* B11 : PMCALERT# ==> EN_PP3300_WLAN_X */
|
||||
PAD_CFG_GPO(GPP_B11, 1, DEEP),
|
||||
/* H13 : UART0_CTS# ==> EN_PP3300_SD_X */
|
||||
PAD_CFG_GPO(GPP_H13, 1, DEEP),
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue