From 852d63f6188b0cad831b508a907e05e3aceeebbf Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 9 May 2019 21:32:44 -0600 Subject: [PATCH] Fix gpio syntax --- src/mainboard/system76/cfl-h/gpio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/system76/cfl-h/gpio.h b/src/mainboard/system76/cfl-h/gpio.h index f159e7f31d..de60534b97 100644 --- a/src/mainboard/system76/cfl-h/gpio.h +++ b/src/mainboard/system76/cfl-h/gpio.h @@ -495,7 +495,7 @@ static const struct pad_config gpio_table[] = { // HDMI_CTRLCLK PAD_CFG_NF(GPP_I7, NONE, DEEP, NF1), // HDMI_CTRLDATA - PAD_CFG_NC(GPP_I8, NONE, DEEP, NF1), + PAD_CFG_NF(GPP_I8, NONE, DEEP, NF1), // NC PAD_CFG_NC(GPP_I9), // NC @@ -528,7 +528,7 @@ static const struct pad_config gpio_table[] = { // CNVI // CNVI_BRI_DT - PAD_CFG_NF(GPP_J4), NONE, DEEP, NF1, + PAD_CFG_NF(GPP_J4, NONE, DEEP, NF1), // CNVI_BRI_RSP PAD_CFG_NF(GPP_J5, NONE, DEEP, NF1), // CNVI_RGI_DT