diff options
author | Tom Rini <trini@ti.com> | 2013-02-04 12:21:39 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-02-07 10:36:26 -0500 |
commit | 8978f860a64eecfa088c1088bc0c2002ec316362 (patch) | |
tree | e684195dee357d849c7c9848814f21ed179f8e7e /board | |
parent | 3e857d041fddaf8079fcdd62ad613005d510c496 (diff) | |
download | u-boot-8978f860a64eecfa088c1088bc0c2002ec316362.zip u-boot-8978f860a64eecfa088c1088bc0c2002ec316362.tar.gz u-boot-8978f860a64eecfa088c1088bc0c2002ec316362.tar.bz2 |
am33xx: Drop gpio0_7_pin_mux from phytec pcm051
This mux is not currently used and appears to be a carry-over from the
am335x evm code.
Acked-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/phytec/pcm051/mux.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/phytec/pcm051/mux.c b/board/phytec/pcm051/mux.c index 2cda331..4d3a1d5 100644 --- a/board/phytec/pcm051/mux.c +++ b/board/phytec/pcm051/mux.c @@ -63,11 +63,6 @@ static struct module_pin_mux spi0_pin_mux[] = { }; #endif -static struct module_pin_mux gpio0_7_pin_mux[] = { - {OFFSET(ecap0_in_pwm0_out), (MODE(7) | PULLUDEN)}, /* GPIO0_7 */ - {-1}, -}; - static struct module_pin_mux rmii1_pin_mux[] = { {OFFSET(mii1_crs), MODE(1) | RXACTIVE}, /* RMII1_CRS */ {OFFSET(mii1_rxerr), MODE(1) | RXACTIVE}, /* RMII1_RXERR */ |