summaryrefslogtreecommitdiffstats
path: root/src/mainboard/clevo/cml-u/variants/l140cu/gpio_early.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/clevo/cml-u/variants/l140cu/gpio_early.c')
-rw-r--r--src/mainboard/clevo/cml-u/variants/l140cu/gpio_early.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mainboard/clevo/cml-u/variants/l140cu/gpio_early.c b/src/mainboard/clevo/cml-u/variants/l140cu/gpio_early.c
deleted file mode 100644
index 3ea1c81e9940..000000000000
--- a/src/mainboard/clevo/cml-u/variants/l140cu/gpio_early.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#include <soc/gpio.h>
-#include <variant/gpio.h>
-
-/* Name format: <pad name> / <net/pin name in schematics> */
-static const struct pad_config early_gpio_table[] = {
- PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1), /* UART2_RXD */
- PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1), /* UART2_TXD */
- PAD_NC(GPP_C22, UP_20K),
- PAD_NC(GPP_C23, UP_20K),
-};
-
-void variant_configure_early_gpios(void)
-{
- gpio_configure_pads(early_gpio_table, ARRAY_SIZE(early_gpio_table));
-}