From 67ffcfa176966542269c32deb342cda22d38516a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Niew=C3=B6hner?= Date: Wed, 7 Apr 2021 20:55:30 +0200 Subject: [PATCH] mb/system76/lemp9: correct pad GPP_A11 (INTP_OUT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This pad is connected to INTP_OUT of the Type-C PD controller. Correct the comment. Also remove the unneeded pull-up. Checked with schematics. Change-Id: I16a769ac6a2d54da700ddb45bd9c7c84383a43dd Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/52171 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: Tim Crawford --- src/mainboard/system76/lemp9/gpio.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mainboard/system76/lemp9/gpio.h b/src/mainboard/system76/lemp9/gpio.h index 1f7d119947..6e9f481407 100644 --- a/src/mainboard/system76/lemp9/gpio.h +++ b/src/mainboard/system76/lemp9/gpio.h @@ -49,9 +49,7 @@ static const struct pad_config gpio_table[] = { */ PAD_CFG_NF(GPP_A9, DN_20K, DEEP, NF1), /* CLKOUT_LPC0 / PCLK_KBC */ PAD_NC(GPP_A10, UP_20K), - PAD_NC(GPP_A11, UP_20K), /* INTP_OUT - (Type-C VBUS_SENSE; unused in cb) - */ + PAD_NC(GPP_A11, NONE), /* INTP_OUT (unknown and unused) */ PAD_NC(GPP_A12, UP_20K), PAD_NC(GPP_A13, UP_20K), /* SUSWARN# (unused due to missing DeepSx support)