mb/google/rex/variants/deku: correct GPIO configuration
GPP_B02 and GPP_B03 were set incorrectly previously. This CL corrects these settings according to schematics. BUG=b:305793886 TEST=Built FW image correctly. Signed-off-by: Eran Mitrani <mitrani@google.com> Change-Id: Id62f15f7a77ac43c72cc6b2645816d6c87133a0e Reviewed-on: https://review.coreboot.org/c/coreboot/+/79457 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
83775d151d
commit
2dfce0fd94
|
@ -49,10 +49,10 @@ static const struct pad_config gpio_table[] = {
|
|||
PAD_NC(GPP_B00, NONE),
|
||||
/* GPP_B01 : [] ==> BT_DISABLE_L */
|
||||
PAD_CFG_GPO(GPP_B01, 1, DEEP),
|
||||
/* GPP_B02 : [] ==> SOC_ISH_I2C_SDA */
|
||||
PAD_CFG_NF_LOCK(GPP_B02, NONE, NF3, LOCK_CONFIG),
|
||||
/* GPP_B03 : [] ==> SOC_ISH_I2C_SCL */
|
||||
PAD_CFG_NF_LOCK(GPP_B03, NONE, NF3, LOCK_CONFIG),
|
||||
/* GPP_B02 : net NC is not present in the given design */
|
||||
PAD_NC(GPP_B02, NONE),
|
||||
/* GPP_B03 : net NC is not present in the given design */
|
||||
PAD_NC(GPP_B03, NONE),
|
||||
/* GPP_B04 : [GPP_B04_STRAP] ==> Component NC */
|
||||
PAD_NC(GPP_B04, NONE),
|
||||
/* GPP_B05 : net NC is not present in the given design */
|
||||
|
|
Loading…
Reference in New Issue