Only POP and SIP are known to exist for 2420, 2430 seems to only have
SIP package available.

Signed-off-by: Tony Lindgren <t...@atomide.com>
---
 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 480abc5..46315f2 100644
--- a/arch/arm/mach-omap2/mux.h
+++ b/arch/arm/mach-omap2/mux.h
@@ -56,10 +56,12 @@
 
 /* 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 */
+#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 */
+#define OMAP_PACKAGE_CBC               3               /* 515-pin 0.50 0.65 */
+#define OMAP_PACKAGE_ZAC               2               /* 24xx 447-pin POP */
+#define OMAP_PACKAGE_ZAF               1               /* 2420 447-pin SIP */
 
 
 #define OMAP_MUX_NR_MODES      8                       /* Available modes */

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to