mb/starlabs/starbook/adl_n: Tidy GPIO comments for debug connector
This is a non-functional change, and only makes the GPIOs easier to read. Change-Id: I1284e9947edca20d113ca2e810963fcfffb92831 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87069 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
af1f198678
commit
3e0de0de83
1 changed files with 3 additions and 4 deletions
|
|
@ -4,10 +4,9 @@
|
|||
|
||||
/* Early pad configuration in bootblock */
|
||||
const struct pad_config early_gpio_table[] = {
|
||||
/* H10: UART0 RXD Debug Connector */
|
||||
PAD_CFG_NF(GPP_H10, NONE, DEEP, NF2),
|
||||
/* H11: UART0 TXD Debug Connector */
|
||||
PAD_CFG_NF(GPP_H11, NONE, DEEP, NF2),
|
||||
/* Debug Connector */
|
||||
PAD_CFG_NF(GPP_H10, NONE, DEEP, NF2), /* RXD */
|
||||
PAD_CFG_NF(GPP_H11, NONE, DEEP, NF2), /* TXD */
|
||||
};
|
||||
|
||||
const struct pad_config *variant_early_gpio_table(size_t *num)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue