mb/starlabs/starfighter: Disconnect USB OverCurrent GPIOs
These are not used so configure them accordingly. Change-Id: I6c4d793210e3c869e4f500b18a1229c5c4d40f60 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87156 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
7355b27070
commit
aba6eceafd
1 changed files with 2 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ const struct pad_config gpio_table[] = {
|
|||
/* A15: Test Point 52 */
|
||||
PAD_NC(GPP_A15, NONE),
|
||||
/* A16: USB OverCurrent 3 */
|
||||
PAD_CFG_NF(GPP_A16, NONE, DEEP, NF1),
|
||||
PAD_NC(GPP_A16, NONE),
|
||||
/* A17: Not Connected */
|
||||
PAD_NC(GPP_A17, NONE),
|
||||
/* A19: Not Connected */
|
||||
|
|
@ -273,7 +273,7 @@ const struct pad_config gpio_table[] = {
|
|||
/* E7: Embedded Controller SMI */
|
||||
PAD_NC(GPP_E7, NONE),
|
||||
/* E9: USB OverCurrent 0 */
|
||||
PAD_CFG_NF(GPP_E9, NONE, DEEP, NF1),
|
||||
PAD_NC(GPP_E9, NONE),
|
||||
/* E10: Not Connected */
|
||||
PAD_NC(GPP_E10, NONE),
|
||||
/* E11: Not Connected */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue