mb/google/puff: Fix up WLAN_OFF gpio configuration
BUG=b:152927525 BRANCH=none TEST=builds Change-Id: I691377624c870eb0fc6f7e84a4b9cd50b7b09654 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40027 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Chen <tim-chen@quanta.corp-partner.google.com> Reviewed-by: Daniel Kurtz <djkurtz@google.com>
This commit is contained in:
parent
b894ad5233
commit
609b7fb303
|
@ -28,6 +28,8 @@ static const struct pad_config gpio_table[] = {
|
|||
PAD_CFG_GPO(GPP_C10, 1, DEEP),
|
||||
/* C11 : PCH_PCON_PDB_ODL */
|
||||
PAD_CFG_GPO(GPP_C11, 1, DEEP),
|
||||
/* C15 : WLAN_OFF_L */
|
||||
PAD_CFG_GPO(GPP_C15, 1, DEEP),
|
||||
|
||||
/* E2 : EN_PP_MST_OD */
|
||||
PAD_CFG_GPO(GPP_E2, 1, DEEP),
|
||||
|
|
Loading…
Reference in New Issue