diff options
author | Tony Lindgren <tony@atomide.com> | 2009-12-11 19:16:33 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-12-11 19:16:33 -0500 |
commit | 662c8b55d26abeabc0b125f922dfa66338a046ae (patch) | |
tree | c983e25b2b90df62ffca47ee0d849de30b203353 /arch/arm/mach-omap2/mux.h | |
parent | 15f45e6f27b0ef0719171978acadf073b066fb74 (diff) |
omap: mux: Add 36xx CBP package support
Add 36xx CBP package support
Cc: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/mux.h b/arch/arm/mach-omap2/mux.h index a6bd58f02f72..d8b4d5ad2278 100644 --- a/arch/arm/mach-omap2/mux.h +++ b/arch/arm/mach-omap2/mux.h | |||
@@ -56,6 +56,7 @@ | |||
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_CUS 3 /* 423-pin 0.65 */ | 60 | #define OMAP_PACKAGE_CUS 3 /* 423-pin 0.65 */ |
60 | #define OMAP_PACKAGE_CBB 2 /* 515-pin 0.40 0.50 */ | 61 | #define OMAP_PACKAGE_CBB 2 /* 515-pin 0.40 0.50 */ |
61 | #define OMAP_PACKAGE_CBC 1 /* 515-pin 0.50 0.65 */ | 62 | #define OMAP_PACKAGE_CBC 1 /* 515-pin 0.50 0.65 */ |