From f8e4cdd05815ce4f00fb353731314e29207b0af8 Mon Sep 17 00:00:00 2001 From: Tyler Wang Date: Wed, 27 Nov 2024 16:08:01 +0800 Subject: mb/google/rex/var/kanix: Set GPP_V14 to NC Follow schematic(ver.1122A), set GPP_V14 to NC. BUG=b:380218793, b:366291025 TEST=emerge-rex coreboot pass Change-Id: I91abc4e07836abb163c8bb28d54a711d2b25375d Signed-off-by: Tyler Wang Reviewed-on: https://review.coreboot.org/c/coreboot/+/85352 Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal Reviewed-by: Subrata Banik --- src/mainboard/google/rex/variants/kanix/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/rex/variants/kanix/gpio.c b/src/mainboard/google/rex/variants/kanix/gpio.c index d9a02f797b..401a0834ca 100644 --- a/src/mainboard/google/rex/variants/kanix/gpio.c +++ b/src/mainboard/google/rex/variants/kanix/gpio.c @@ -357,8 +357,8 @@ static const struct pad_config gpio_table[] = { PAD_NC(GPP_V11, NONE), /* GPP_V12 : [] ==> SOC_SLP_LAN_L */ PAD_CFG_NF(GPP_V12, NONE, DEEP, NF1), - /* GPP_V14 : [] ==> SOC_WAKE_L */ - PAD_CFG_NF(GPP_V14, NONE, DEEP, NF1), + /* GPP_V14 : [] ==> SOC_GPP_V14, testpoint */ + PAD_NC(GPP_V14, NONE), /* GPP_V22 : NC net. */ PAD_NC(GPP_V22, NONE), /* GPP_V23 : [] ==> UCAM_RST_L */ -- cgit v1.2.3