diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2011-10-30 18:50:36 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-11-02 12:24:06 -0400 |
commit | b958f7a7cbdfbf59ba61de7ebb9c59b0ee3a7967 (patch) | |
tree | 71199638d2ebac5c0317167e3d54cef48507a583 /include/linux/mfd/abx500.h | |
parent | 5f6cb769f479314c74e44a84e0180dd520333223 (diff) |
mfd: Fix missing abx500 header file updates
I missed to include a patch adding the new silicon revision define
CUT3P3 and remove the retired CUT0 versions of AB8500. Also delete
the reference to the retired AB3550 from the header.
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/abx500.h')
-rw-r--r-- | include/linux/mfd/abx500.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h index 6d096e8b7746..9970337ff041 100644 --- a/include/linux/mfd/abx500.h +++ b/include/linux/mfd/abx500.h | |||
@@ -34,11 +34,11 @@ | |||
34 | #define AB5500_2_0 0x24 | 34 | #define AB5500_2_0 0x24 |
35 | 35 | ||
36 | /* AB8500 CIDs*/ | 36 | /* AB8500 CIDs*/ |
37 | #define AB8500_CUTEARLY 0x00 | ||
38 | #define AB8500_CUT1P0 0x10 | 37 | #define AB8500_CUT1P0 0x10 |
39 | #define AB8500_CUT1P1 0x11 | 38 | #define AB8500_CUT1P1 0x11 |
40 | #define AB8500_CUT2P0 0x20 | 39 | #define AB8500_CUT2P0 0x20 |
41 | #define AB8500_CUT3P0 0x30 | 40 | #define AB8500_CUT3P0 0x30 |
41 | #define AB8500_CUT3P3 0x33 | ||
42 | 42 | ||
43 | /* | 43 | /* |
44 | * AB3100, EVENTA1, A2 and A3 event register flags | 44 | * AB3100, EVENTA1, A2 and A3 event register flags |