diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mfd/wm8350/core.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/mfd/wm8350/core.h b/include/linux/mfd/wm8350/core.h index 2a7abeebe777..afeff6f1316c 100644 --- a/include/linux/mfd/wm8350/core.h +++ b/include/linux/mfd/wm8350/core.h | |||
| @@ -58,6 +58,7 @@ | |||
| 58 | #define WM8350_OVER_CURRENT_INT_STATUS_MASK 0x25 | 58 | #define WM8350_OVER_CURRENT_INT_STATUS_MASK 0x25 |
| 59 | #define WM8350_GPIO_INT_STATUS_MASK 0x26 | 59 | #define WM8350_GPIO_INT_STATUS_MASK 0x26 |
| 60 | #define WM8350_COMPARATOR_INT_STATUS_MASK 0x27 | 60 | #define WM8350_COMPARATOR_INT_STATUS_MASK 0x27 |
| 61 | #define WM8350_CHARGER_OVERRIDES 0xE2 | ||
| 61 | #define WM8350_MISC_OVERRIDES 0xE3 | 62 | #define WM8350_MISC_OVERRIDES 0xE3 |
| 62 | #define WM8350_COMPARATOR_OVERRIDES 0xE7 | 63 | #define WM8350_COMPARATOR_OVERRIDES 0xE7 |
| 63 | #define WM8350_STATE_MACHINE_STATUS 0xE9 | 64 | #define WM8350_STATE_MACHINE_STATUS 0xE9 |
| @@ -533,6 +534,12 @@ | |||
| 533 | #define WM8350_DC1_STS 0x0001 | 534 | #define WM8350_DC1_STS 0x0001 |
| 534 | 535 | ||
| 535 | /* | 536 | /* |
| 537 | * R226 (0xE2) - Charger status | ||
| 538 | */ | ||
| 539 | #define WM8350_CHG_BATT_HOT_OVRDE 0x8000 | ||
| 540 | #define WM8350_CHG_BATT_COLD_OVRDE 0x4000 | ||
| 541 | |||
| 542 | /* | ||
| 536 | * R227 (0xE3) - Misc Overrides | 543 | * R227 (0xE3) - Misc Overrides |
| 537 | */ | 544 | */ |
| 538 | #define WM8350_USB_LIMIT_OVRDE 0x0400 | 545 | #define WM8350_USB_LIMIT_OVRDE 0x0400 |
