Tyler Wang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/80000?usp=email )
Change subject: [Test] Pull TCH_RST to low in bootblock ......................................................................
[Test] Pull TCH_RST to low in bootblock
Check EDS, TCH_RST default setting is NF1, set it to output low.
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 --- M src/mainboard/google/rex/variants/karis/gpio.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/80000/1
diff --git a/src/mainboard/google/rex/variants/karis/gpio.c b/src/mainboard/google/rex/variants/karis/gpio.c index 69921a8..9ecc45d 100644 --- a/src/mainboard/google/rex/variants/karis/gpio.c +++ b/src/mainboard/google/rex/variants/karis/gpio.c @@ -401,6 +401,8 @@
/* 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[] = {