Skip to content

Commit

Permalink
ARM: OMAP2+: Remove legacy mux code for omap2
Browse files Browse the repository at this point in the history
This is no longer needed as pins can be muxed using
pinctrl-single.

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Nov 25, 2013
1 parent 23324cc commit d6db0e7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 2,139 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-omap2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ obj-$(CONFIG_SOC_OMAP5) += omap4-restart.o
obj-$(CONFIG_SOC_DRA7XX) += omap4-restart.o

# Pin multiplexing
obj-$(CONFIG_SOC_OMAP2420) += mux2420.o
obj-$(CONFIG_SOC_OMAP2430) += mux2430.o
obj-$(CONFIG_ARCH_OMAP3) += mux34xx.o

# SMS/SDRC
Expand Down
2 changes: 0 additions & 2 deletions arch/arm/mach-omap2/mux.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* published by the Free Software Foundation.
*/

#include "mux2420.h"
#include "mux2430.h"
#include "mux34xx.h"

#define OMAP_MUX_TERMINATOR 0xffff
Expand Down
Loading

0 comments on commit d6db0e7

Please sign in to comment.