summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Sliwa <dominik.sliwa@toradex.com>2016-10-17 18:11:38 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-11-21 14:27:51 +0100
commit52ec63168b5a693f14cbdd49e0a84fb8e66068e6 (patch)
treec71a6dc21accd855d78251476b6ca8a80f4c27b6
parent46aa70c402efec7d89f6c93531a767a1771e2192 (diff)
apalis-tk1: remove gpios
Few GPIOs are being used as special function pins and should not be initialized as GPIOs. Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h b/board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h
index f17c539647..5908d30e18 100644
--- a/board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h
+++ b/board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h
@@ -37,7 +37,6 @@ static const struct tegra_gpio_config apalis_tk1_gpio_inits[] = {
GPIO_INIT(N5, OUT1),
GPIO_INIT(N7, IN),
GPIO_INIT(O5, IN),
- GPIO_INIT(O6, OUT1),
GPIO_INIT(Q0, OUT1),
GPIO_INIT(Q1, OUT1),
GPIO_INIT(Q2, OUT1),
@@ -51,8 +50,6 @@ static const struct tegra_gpio_config apalis_tk1_gpio_inits[] = {
GPIO_INIT(S3, OUT0),
GPIO_INIT(U4, OUT1),
GPIO_INIT(V3, IN),
- GPIO_INIT(V4, IN),
- GPIO_INIT(V5, IN),
GPIO_INIT(W3, IN),
GPIO_INIT(W5, IN),
GPIO_INIT(BB0, IN),
@@ -61,16 +58,10 @@ static const struct tegra_gpio_config apalis_tk1_gpio_inits[] = {
GPIO_INIT(BB5, OUT1),
GPIO_INIT(BB6, OUT0),
GPIO_INIT(CC5, IN),
- GPIO_INIT(DD1, IN),
- GPIO_INIT(DD2, IN),
GPIO_INIT(DD3, IN),
- GPIO_INIT(DD5, IN),
- GPIO_INIT(DD6, IN),
GPIO_INIT(EE3, IN),
GPIO_INIT(EE5, IN),
- GPIO_INIT(FF0, IN),
GPIO_INIT(FF1, IN),
- GPIO_INIT(FF2, IN),
};
#define PINCFG(_pingrp, _mux, _pull, _tri, _io, _od, _rcv_sel) \