diff options
author | Tony Lindgren <tony@atomide.com> | 2009-12-11 16:16:33 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-12-11 16:16:33 -0800 |
commit | 662c8b55d26abeabc0b125f922dfa66338a046ae (patch) | |
tree | c983e25b2b90df62ffca47ee0d849de30b203353 /arch/arm/mach-omap2/mux.h | |
parent | 15f45e6f27b0ef0719171978acadf073b066fb74 (diff) | |
download | linux-662c8b55d26abeabc0b125f922dfa66338a046ae.tar.gz linux-662c8b55d26abeabc0b125f922dfa66338a046ae.tar.bz2 linux-662c8b55d26abeabc0b125f922dfa66338a046ae.zip |
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 @@ /* Flags for omap_mux_init */ #define OMAP_PACKAGE_MASK 0xffff +#define OMAP_PACKAGE_CBP 4 /* 515-pin 0.40 0.50 */ #define OMAP_PACKAGE_CUS 3 /* 423-pin 0.65 */ #define OMAP_PACKAGE_CBB 2 /* 515-pin 0.40 0.50 */ #define OMAP_PACKAGE_CBC 1 /* 515-pin 0.50 0.65 */ |