diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2020-07-20 22:45:33 +0200 |
---|---|---|
committer | Michael Niewöhner <c0d3z3r0@review.coreboot.org> | 2020-08-30 22:52:10 +0000 |
commit | dd70d28ef768d7309efc949f9fbcf615b6c0386a (patch) | |
tree | 5f12fb93aff8571701350204a5466f8f88eb1f6c | |
parent | 78cb41798ebc68bdfafcba34fe1a79b4fc52dc13 (diff) | |
download | coreboot-dd70d28ef768d7309efc949f9fbcf615b6c0386a.tar.xz |
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>
-rw-r--r-- | src/mainboard/system76/lemp9/gpio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/system76/lemp9/gpio.h b/src/mainboard/system76/lemp9/gpio.h index b631ade33a..4f73a3ad47 100644 --- a/src/mainboard/system76/lemp9/gpio.h +++ b/src/mainboard/system76/lemp9/gpio.h @@ -86,8 +86,8 @@ static const struct pad_config gpio_table[] = { PAD_NC(GPP_A10, UP_20K), // GSPI1 - // INTP_OUT - _PAD_CFG_STRUCT(GPP_A11, 0x80100100, 0x0000), + // INTP_OUT (Type-C VBUS_SENSE; unused in cb) + PAD_NC(GPP_A11, UP_20K), // ISH_GP // NC |