mb/google/rex/var/karis: Set SOC_TCHSCR_RST output low in bootblock
Check MTL EDS2, SOC_TCHSCR_RST(GPP_C01) default setting is NF1. Set SOC_TCHSCR_RST to output low in early_gpio_table. BUG=none TEST=Build and test on karis, touchscreen function works Change-Id: Ieebd3cf3c320bc895d036c372f792ec7b5d7ebf9 Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80000 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
parent
06798cd53f
commit
cd309ba101
|
@ -403,6 +403,8 @@ static const struct pad_config early_gpio_table[] = {
|
|||
|
||||
/* GPP_C00 : [] ==> EN_TCHSCR_PWR */
|
||||
PAD_CFG_GPO(GPP_C00, 1, DEEP),
|
||||
/* GPP_C01 : [] ==> SOC_TCHSCR_RST_R_L */
|
||||
PAD_CFG_GPO(GPP_C01, 0, DEEP),
|
||||
};
|
||||
|
||||
static const struct pad_config romstage_gpio_table[] = {
|
||||
|
|
Loading…
Reference in New Issue