Skip to content
Snippets Groups Projects
Commit 8978f860 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarLars Poeschel <poeschel@lemonage.de>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 3e857d04
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment