mb/starlabs/starbook/mtl: Don't configure eSPI GPIOs
Don't configure the eSPI GPIOs as they are configured automatically on reset. Change-Id: Icdd6e916571bad33404fa91a1e288e0a18d7778b Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86900 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
a675835326
commit
f811b1bb0e
1 changed files with 0 additions and 7 deletions
|
|
@ -140,19 +140,12 @@ const struct pad_config gpio_table[] = {
|
|||
* End: GPP_A23
|
||||
*/
|
||||
/* A00: ESPI_IO0_EC_R */
|
||||
PAD_CFG_NF(GPP_A00, UP_20K, DEEP, NF1),
|
||||
/* A01: ESPI_IO1_EC_R */
|
||||
PAD_CFG_NF(GPP_A01, UP_20K, DEEP, NF1),
|
||||
/* A02: ESPI_IO2_EC_R */
|
||||
PAD_CFG_NF(GPP_A02, UP_20K, DEEP, NF1),
|
||||
/* A03: ESPI_IO3_EC_R */
|
||||
PAD_CFG_NF(GPP_A03, UP_20K, DEEP, NF1),
|
||||
/* A04: ESPI_CS0_N */
|
||||
PAD_CFG_NF(GPP_A04, UP_20K, DEEP, NF1),
|
||||
/* A05: ESPI_CLK_EC_R */
|
||||
PAD_CFG_NF(GPP_A05, UP_20K, DEEP, NF1),
|
||||
/* A06: ESPI_RESET_N */
|
||||
PAD_CFG_NF(GPP_A06, NONE, DEEP, NF1),
|
||||
/* A07: */
|
||||
PAD_NC(GPP_A07, NONE),
|
||||
/* A08: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue