diff options
author | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:35 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:35 -0400 |
commit | 6dd8a6824af530449112a38c0fa0f95c1a086fc5 (patch) | |
tree | 691f2bc8dd0083c1e882f227f3a49dfda94c44f1 /arch/arm/mach-omap2/mux.h | |
parent | d5425be6eb756e846333f9ba87fe02d001baafc3 (diff) |
omap: mux: Renumber package defines to make room for older 24xx packages
Only POP and SIP are known to exist for 2420, 2430 seems to only have
SIP package available.
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 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/mux.h b/arch/arm/mach-omap2/mux.h index 480abc56e605..46315f2cad57 100644 --- a/arch/arm/mach-omap2/mux.h +++ b/arch/arm/mach-omap2/mux.h | |||
@@ -56,10 +56,12 @@ | |||
56 | 56 | ||
57 | /* Flags for omap_mux_init */ | 57 | /* Flags for omap_mux_init */ |
58 | #define OMAP_PACKAGE_MASK 0xffff | 58 | #define OMAP_PACKAGE_MASK 0xffff |
59 | #define OMAP_PACKAGE_CBP 4 /* 515-pin 0.40 0.50 */ | 59 | #define OMAP_PACKAGE_CBP 6 /* 515-pin 0.40 0.50 */ |
60 | #define OMAP_PACKAGE_CUS 3 /* 423-pin 0.65 */ | 60 | #define OMAP_PACKAGE_CUS 5 /* 423-pin 0.65 */ |
61 | #define OMAP_PACKAGE_CBB 2 /* 515-pin 0.40 0.50 */ | 61 | #define OMAP_PACKAGE_CBB 4 /* 515-pin 0.40 0.50 */ |
62 | #define OMAP_PACKAGE_CBC 1 /* 515-pin 0.50 0.65 */ | 62 | #define OMAP_PACKAGE_CBC 3 /* 515-pin 0.50 0.65 */ |
63 | #define OMAP_PACKAGE_ZAC 2 /* 24xx 447-pin POP */ | ||
64 | #define OMAP_PACKAGE_ZAF 1 /* 2420 447-pin SIP */ | ||
63 | 65 | ||
64 | 66 | ||
65 | #define OMAP_MUX_NR_MODES 8 /* Available modes */ | 67 | #define OMAP_MUX_NR_MODES 8 /* Available modes */ |