diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2013-12-19 09:11:01 +0000 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-19 10:17:38 +0000 |
commit | 792b62e705048f4da9a6f570c15093ab669839b6 (patch) | |
tree | 64aafe689f3963a9b0d8102eaeabb6f3df2c9691 /include/linux | |
parent | 1f4fe272f068813377845a959cab5ce786a155bf (diff) | |
download | linux-792b62e705048f4da9a6f570c15093ab669839b6.tar.gz linux-792b62e705048f4da9a6f570c15093ab669839b6.tar.bz2 linux-792b62e705048f4da9a6f570c15093ab669839b6.zip |
mfd: wm5110: Expose DRE control registers
Certain use-cases require the DRE to be disabled so expose registers
necessary to control the DRE enables.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mfd/arizona/registers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mfd/arizona/registers.h b/include/linux/mfd/arizona/registers.h index 89878149a43f..22916c0f1ca4 100644 --- a/include/linux/mfd/arizona/registers.h +++ b/include/linux/mfd/arizona/registers.h @@ -3207,6 +3207,10 @@ /* * R1088 (0x440) - DRE Enable */ +#define ARIZONA_DRE3R_ENA 0x0020 /* DRE3R_ENA */ +#define ARIZONA_DRE3R_ENA_MASK 0x0020 /* DRE3R_ENA */ +#define ARIZONA_DRE3R_ENA_SHIFT 5 /* DRE3R_ENA */ +#define ARIZONA_DRE3R_ENA_WIDTH 1 /* DRE3R_ENA */ #define ARIZONA_DRE3L_ENA 0x0010 /* DRE3L_ENA */ #define ARIZONA_DRE3L_ENA_MASK 0x0010 /* DRE3L_ENA */ #define ARIZONA_DRE3L_ENA_SHIFT 4 /* DRE3L_ENA */ |