summaryrefslogtreecommitdiff
path: root/board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h')
-rw-r--r--board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h b/board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h
index 666ead8ee2..f17c539647 100644
--- a/board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h
+++ b/board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h
@@ -13,6 +13,14 @@
.init = TEGRA_GPIO_INIT_##_init, \
}
+/*
+ * Please note: This table does not actually work!
+ * If it wouldn't be run in SPL without anything ever getting printed
+ * one would see the following:
+ * A: dir_input: error: gpio A1 not reserved
+ * ...
+ * The current workaround is to configure pull-up/downs further below.
+ */
static const struct tegra_gpio_config apalis_tk1_gpio_inits[] = {
/* gpio, init_val */
GPIO_INIT(A1, IN),