From 6ac5c4bf8a80888f9c93728089c36a2b1ce81c84 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 13 May 2019 14:01:37 -0600 Subject: [PATCH] Disable C22 and C23 --- src/mainboard/system76/cfl-h/gpio.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mainboard/system76/cfl-h/gpio.h b/src/mainboard/system76/cfl-h/gpio.h index 94ffa3e335..eaa6014262 100644 --- a/src/mainboard/system76/cfl-h/gpio.h +++ b/src/mainboard/system76/cfl-h/gpio.h @@ -609,6 +609,10 @@ static const struct pad_config early_gpio_table[] = { PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1), // UART2_TXD PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1), + // NC + PAD_NC(GPP_C22, NONE), + // NC + PAD_NC(GPP_C23, NONE), }; #endif