mb/system76/lemp9: gpio: disable unused pad for INTP_OUT
INTP_OUT can be used as Type-C VBUS sense input/interrupt but is currently unused in coreboot. It isn't a requirement for PD to work. Disable it for now. Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Change-Id: I233fbb562969487dff095ba6589fb9da3301ae4a Reviewed-on: https://review.coreboot.org/c/coreboot/+/43647 Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
78cb41798e
commit
dd70d28ef7
|
@ -86,8 +86,8 @@ static const struct pad_config gpio_table[] = {
|
||||||
PAD_NC(GPP_A10, UP_20K),
|
PAD_NC(GPP_A10, UP_20K),
|
||||||
|
|
||||||
// GSPI1
|
// GSPI1
|
||||||
// INTP_OUT
|
// INTP_OUT (Type-C VBUS_SENSE; unused in cb)
|
||||||
_PAD_CFG_STRUCT(GPP_A11, 0x80100100, 0x0000),
|
PAD_NC(GPP_A11, UP_20K),
|
||||||
|
|
||||||
// ISH_GP
|
// ISH_GP
|
||||||
// NC
|
// NC
|
||||||
|
|
Loading…
Reference in New Issue