summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2021-04-07 20:55:30 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2021-04-16 08:20:50 +0000
commit67ffcfa176966542269c32deb342cda22d38516a (patch)
treead6723050dca2c5a40d16de130d685b179c58186 /src/mainboard
parent4f2868ed6652bc6fe6354e51d35afdfc04f0af63 (diff)
downloadcoreboot-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')
-rw-r--r--src/mainboard/system76/lemp9/gpio.h4
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)