diff options
Diffstat (limited to 'include/linux/i2c')
-rw-r--r-- | include/linux/i2c/twl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h index d79046d..694c920 100644 --- a/include/linux/i2c/twl.h +++ b/include/linux/i2c/twl.h @@ -978,5 +978,6 @@ static inline int twl4030charger_usb_en(int enable) { return 0; } #define TWL6032_ERRATA_DB00119490 (1 << 0) #define TWL6030_ERRATA_DB00112620 (1 << 1) +#define TWL6030_ERRATA_DB00110684 (1 << 2) #endif /* End of __TWL4030_H */ |