Skip to content

Commit

Permalink
mfd: Fix missing abx500 header file updates
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Samuel Ortiz committed Nov 2, 2011
1 parent 5f6cb76 commit b958f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mfd/abx500.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
#define AB5500_2_0 0x24

/* AB8500 CIDs*/
#define AB8500_CUTEARLY 0x00
#define AB8500_CUT1P0 0x10
#define AB8500_CUT1P1 0x11
#define AB8500_CUT2P0 0x20
#define AB8500_CUT3P0 0x30
#define AB8500_CUT3P3 0x33

/*
* AB3100, EVENTA1, A2 and A3 event register flags
Expand Down

0 comments on commit b958f7a

Please sign in to comment.