mb/google/brya/var/trulo: Update ISH GPIO config for tablet mode switch
This patch configures the GPIO pins for ISH to notify EC about the tablet mode change in accordance with schematic_20240607. BUG=b:347811875 TEST=Build and boot google/trulo. Placed the device in tabletmode & on EC console,"tabletmode" command shows "tablet mode". Change-Id: Id22e397e46b522428ffdabe34a445ed7e4fb6fc5 Signed-off-by: Varun Upadhyay <varun.upadhyay@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84351 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: V Sowmya <v.sowmya@intel.com> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
parent
b9a09786bc
commit
7cc5cdd385
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ static const struct pad_config gpio_table[] = {
|
|||
/* D1 : ISH_GP1 ==> SOC_GSEN2_INT# */
|
||||
PAD_CFG_NF(GPP_D1, NONE, DEEP, NF1),
|
||||
/* D2 : ISH_GP2 ==> SEN_MODE_EC_PCH_INT_ODL */
|
||||
PAD_CFG_GPI_LOCK(GPP_D2, NONE, LOCK_CONFIG),
|
||||
PAD_CFG_NF(GPP_D2, NONE, DEEP, NF1),
|
||||
/* D3 : NC */
|
||||
PAD_NC_LOCK(GPP_D3, NONE, LOCK_CONFIG),
|
||||
/* D4 : NC */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue