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:39 +0000 |
commit | 4f2868ed6652bc6fe6354e51d35afdfc04f0af63 (patch) | |
tree | fb393306022881574398b86b4a8186b7fa546e89 /src/mainboard | |
parent | 4fad28f4c199bd783fcdfe1b09298f26a28159da (diff) |
mb/clevo/cml-u/l140cu: 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: I33a5f177affc3f13d091a85073499b7283f54ada
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52169
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/clevo/cml-u/variants/l140cu/gpio.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/clevo/cml-u/variants/l140cu/gpio.c b/src/mainboard/clevo/cml-u/variants/l140cu/gpio.c index e567ef79d1..fb658dddd4 100644 --- a/src/mainboard/clevo/cml-u/variants/l140cu/gpio.c +++ b/src/mainboard/clevo/cml-u/variants/l140cu/gpio.c @@ -35,9 +35,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) |