diff options
author | Tony Lindgren <tony@atomide.com> | 2013-05-30 23:53:05 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-05-31 00:09:31 +0400 |
commit | c99eb41c3eac3d66530960d896d59bfe806e5c04 (patch) | |
tree | d24931d617bd87ea1fe75819ce6aa855cbbab9cf /arch/arm/mach-omap2/mux.h | |
parent | b42b918194c4791510ac049e3d507169a7de8544 (diff) | |
download | linux-c99eb41c3eac3d66530960d896d59bfe806e5c04.tar.xz |
ARM: OMAP2+: Remove legacy mux data for omap4
We can now boot with devicetree and muxing can be done
with pinctrl-single.c.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/mux.h')
-rw-r--r-- | arch/arm/mach-omap2/mux.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/mux.h b/arch/arm/mach-omap2/mux.h index fdb22f14021f..5d2080ef7923 100644 --- a/arch/arm/mach-omap2/mux.h +++ b/arch/arm/mach-omap2/mux.h @@ -10,7 +10,6 @@ #include "mux2420.h" #include "mux2430.h" #include "mux34xx.h" -#include "mux44xx.h" #define OMAP_MUX_TERMINATOR 0xffff @@ -64,8 +63,6 @@ /* Flags for omapX_mux_init */ #define OMAP_PACKAGE_MASK 0xffff -#define OMAP_PACKAGE_CBS 8 /* 547-pin 0.40 0.40 */ -#define OMAP_PACKAGE_CBL 7 /* 547-pin 0.40 0.40 */ #define OMAP_PACKAGE_CBP 6 /* 515-pin 0.40 0.50 */ #define OMAP_PACKAGE_CUS 5 /* 423-pin 0.65 */ #define OMAP_PACKAGE_CBB 4 /* 515-pin 0.40 0.50 */ |