diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2021-04-07 20:55:30 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2021-04-16 08:20:50 +0000 |
commit | 67ffcfa176966542269c32deb342cda22d38516a (patch) | |
tree | ad6723050dca2c5a40d16de130d685b179c58186 /src/mainboard/system76 | |
parent | 4f2868ed6652bc6fe6354e51d35afdfc04f0af63 (diff) | |
download | coreboot-67ffcfa176966542269c32deb342cda22d38516a.tar.xz |
mb/system76/lemp9: correct pad GPP_A11 (INTP_OUT)
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 <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52171
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Tim Crawford <tcrawford@system76.com>
Diffstat (limited to 'src/mainboard/system76')
-rw-r--r-- | src/mainboard/system76/lemp9/gpio.h | 4 |
1 files changed, 1 insertions, 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) |