aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/twl6040.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/include/linux/mfd/twl6040.h b/include/linux/mfd/twl6040.h
index 47470cadf969..d9e05eabef33 100644
--- a/include/linux/mfd/twl6040.h
+++ b/include/linux/mfd/twl6040.h
@@ -120,15 +120,10 @@
120#define TWL6040_LPLLFIN 0x08 120#define TWL6040_LPLLFIN 0x08
121#define TWL6040_HPLLSEL 0x10 121#define TWL6040_HPLLSEL 0x10
122 122
123/* HSLCTL (0x10) fields */ 123/* HSLCTL/R (0x10/0x11) fields */
124 124
125#define TWL6040_HSDACMODEL 0x02 125#define TWL6040_HSDACMODE (1 << 1)
126#define TWL6040_HSDRVMODEL 0x08 126#define TWL6040_HSDRVMODE (1 << 3)
127
128/* HSRCTL (0x11) fields */
129
130#define TWL6040_HSDACMODER 0x02
131#define TWL6040_HSDRVMODER 0x08
132 127
133/* VIBCTLL (0x18) fields */ 128/* VIBCTLL (0x18) fields */
134 129