mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
mfd: Clean-up ab8500 register file
This adds a previously undefined test register and removed a number of double-defined accessory detect registers (they are already defined higher up in the file. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
6af75ecd57
commit
0a1b089738
@ -28,6 +28,7 @@
|
|||||||
#define AB8500_INTERRUPT 0xE
|
#define AB8500_INTERRUPT 0xE
|
||||||
#define AB8500_RTC 0xF
|
#define AB8500_RTC 0xF
|
||||||
#define AB8500_MISC 0x10
|
#define AB8500_MISC 0x10
|
||||||
|
#define AB8500_DEVELOPMENT 0x11
|
||||||
#define AB8500_DEBUG 0x12
|
#define AB8500_DEBUG 0x12
|
||||||
#define AB8500_PROD_TEST 0x13
|
#define AB8500_PROD_TEST 0x13
|
||||||
#define AB8500_OTP_EMUL 0x15
|
#define AB8500_OTP_EMUL 0x15
|
||||||
@ -74,13 +75,6 @@
|
|||||||
#define AB8500_INT_ACC_DETECT_21DB_F 37
|
#define AB8500_INT_ACC_DETECT_21DB_F 37
|
||||||
#define AB8500_INT_ACC_DETECT_21DB_R 38
|
#define AB8500_INT_ACC_DETECT_21DB_R 38
|
||||||
#define AB8500_INT_GP_SW_ADC_CONV_END 39
|
#define AB8500_INT_GP_SW_ADC_CONV_END 39
|
||||||
#define AB8500_INT_ACC_DETECT_1DB_F 33
|
|
||||||
#define AB8500_INT_ACC_DETECT_1DB_R 34
|
|
||||||
#define AB8500_INT_ACC_DETECT_22DB_F 35
|
|
||||||
#define AB8500_INT_ACC_DETECT_22DB_R 36
|
|
||||||
#define AB8500_INT_ACC_DETECT_21DB_F 37
|
|
||||||
#define AB8500_INT_ACC_DETECT_21DB_R 38
|
|
||||||
#define AB8500_INT_GP_SW_ADC_CONV_END 39
|
|
||||||
#define AB8500_INT_GPIO6R 40
|
#define AB8500_INT_GPIO6R 40
|
||||||
#define AB8500_INT_GPIO7R 41
|
#define AB8500_INT_GPIO7R 41
|
||||||
#define AB8500_INT_GPIO8R 42
|
#define AB8500_INT_GPIO8R 42
|
||||||
|
Loading…
Reference in New Issue
Block a user