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>
This commit is contained in:
parent
4fad28f4c1
commit
4f2868ed66
|
@ -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_CFG_NF(GPP_A9, DN_20K, DEEP, NF1), /* CLKOUT_LPC0 / PCLK_KBC */
|
||||||
PAD_NC(GPP_A10, UP_20K),
|
PAD_NC(GPP_A10, UP_20K),
|
||||||
PAD_NC(GPP_A11, UP_20K), /* INTP_OUT
|
PAD_NC(GPP_A11, NONE), /* INTP_OUT (unknown and unused) */
|
||||||
(Type-C VBUS_SENSE; unused in cb)
|
|
||||||
*/
|
|
||||||
PAD_NC(GPP_A12, UP_20K),
|
PAD_NC(GPP_A12, UP_20K),
|
||||||
PAD_NC(GPP_A13, UP_20K), /* SUSWARN#
|
PAD_NC(GPP_A13, UP_20K), /* SUSWARN#
|
||||||
(unused due to missing DeepSx support)
|
(unused due to missing DeepSx support)
|
||||||
|
|
Loading…
Reference in New Issue