diff options
author | Oleksandr Dmytryshyn <oleksandr.dmytryshyn@ti.com> | 2012-06-22 16:22:25 +0300 |
---|---|---|
committer | Dmytro Kedrovskyi <x0169235@ti.com> | 2012-09-13 18:01:44 +0300 |
commit | ff68782de445f86f6b7f6c5dbc258cdd72f310b4 (patch) | |
tree | 2342df5c2372dfddf184b11aa0913f1e255cd732 /include/linux/i2c | |
parent | d874fb7727a4301bda7d0675f32cae0a08a73059 (diff) | |
download | kernel_samsung_espresso10-ff68782de445f86f6b7f6c5dbc258cdd72f310b4.zip kernel_samsung_espresso10-ff68782de445f86f6b7f6c5dbc258cdd72f310b4.tar.gz kernel_samsung_espresso10-ff68782de445f86f6b7f6c5dbc258cdd72f310b4.tar.bz2 |
MFD: TWL6030: Implementation of the ProDB00110684 errata
This errata affects only TWL6030 ES2.1. Each time a charge is
enabled via SW, a THMREG interrupt triggers (Internal USB charger
fault interrupt line).
Workaround: Interrupt (the bit #1 of CHARGERUSB_INT_MASK) has to be
masked before enabling the charge, and unmasked after charge is
enabled.
Change-Id: I14074e384a863c82ba61af9ea9434afe75cc2bc8
Signed-off-by: Oleksandr Dmytryshyn <oleksandr.dmytryshyn@ti.com>
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 */ |