Skip to content

Commit 5c69844

Browse files
committed
mb/hardkernel/odroid-h4/gpio.c: Fix GPP_A8 macro
Signed-off-by: Michał Żygowski <[email protected]>
1 parent a37e1fb commit 5c69844

File tree

1 file changed

+1
-1
lines changed
  • src/mainboard/hardkernel/odroid-h4

1 file changed

+1
-1
lines changed

src/mainboard/hardkernel/odroid-h4/gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ static const struct pad_config gpio_table[] = {
126126
/* GPP_A7 - GPIO */
127127
PAD_NC(GPP_A7, NONE),
128128
/* GPP_A8 - LAN_DISABLE# */
129-
PAD_CFG_GPO(GPP_VGPIO_0, 1, DEEP),
129+
PAD_CFG_GPO(GPP_A8, 1, DEEP),
130130
/* GPP_A9 - ESPI_CLK */
131131
PAD_CFG_NF(GPP_A9, DN_20K, DEEP, NF1),
132132
/* GPP_A10 - ESPI_RESET# */

0 commit comments

Comments
 (0)