TI816X: Update common omap platform files
[pandora-kernel.git] / arch / arm / plat-omap / include / plat / clock.h
index 8eb0ada..d43e623 100644 (file)
@@ -53,6 +53,7 @@ struct clkops {
 #define RATE_IN_3430ES2PLUS    (1 << 3)        /* 3430 ES >= 2 rates only */
 #define RATE_IN_36XX           (1 << 4)
 #define RATE_IN_4430           (1 << 5)
+#define RATE_IN_TI816X         (1 << 6)
 
 #define RATE_IN_24XX           (RATE_IN_242X | RATE_IN_243X)
 #define RATE_IN_34XX           (RATE_IN_3430ES1 | RATE_IN_3430ES2PLUS)