mfd: arizona: Add support for WM8998 and WM1814
[sfrench/cifs-2.6.git] / include / linux / mfd / arizona / core.h
index 2f434f4f79a1ebd1ce06383afc0522a150f75600..79e607e2f0819796d05d513c2926e9ef57372451 100644 (file)
@@ -25,6 +25,8 @@ enum arizona_type {
        WM5110 = 2,
        WM8997 = 3,
        WM8280 = 4,
+       WM8998 = 5,
+       WM1814 = 6,
 };
 
 #define ARIZONA_IRQ_GP1                    0
@@ -165,6 +167,7 @@ static inline int wm5102_patch(struct arizona *arizona)
 
 int wm5110_patch(struct arizona *arizona);
 int wm8997_patch(struct arizona *arizona);
+int wm8998_patch(struct arizona *arizona);
 
 extern int arizona_of_get_named_gpio(struct arizona *arizona, const char *prop,
                                     bool mandatory);