mb/starlabs/starbook/mtl: Correct comments for UART GPIOs

Change-Id: I894d871acfb3f21114d18b26c3897a17358d3822
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86842
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2025-03-12 10:59:15 +00:00
commit 05ad11216c

View file

@ -4,9 +4,9 @@
/* Early pad configuration in bootblock */
const struct pad_config early_gpio_table[] = {
/* H10: UART0 RXD */
/* H08: UART0 RXD */
PAD_CFG_NF(GPP_H08, NONE, DEEP, NF1),
/* H11: UART0 TXD */
/* H09: UART0 TXD */
PAD_CFG_NF(GPP_H09, NONE, DEEP, NF1),
/* C00: SMB_CLK */