mfd: twl6040: Update register bit definitions
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Mon, 24 Jun 2013 13:42:04 +0000 (15:42 +0200)
committerMark Brown <broonie@linaro.org>
Mon, 24 Jun 2013 15:05:58 +0000 (16:05 +0100)
Add define for: HSDRV, HFDAC, HFPGA and HFDRV enable bits

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
CC: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/linux/mfd/twl6040.h

index 94ac944d12f087b4cf1f21c58a5ace991bebe3de..7e7fbce7a30874ddca4c06bc37359042902c983b 100644 (file)
 
 #define TWL6040_HSDACENA               (1 << 0)
 #define TWL6040_HSDACMODE              (1 << 1)
+#define TWL6040_HSDRVENA               (1 << 2)
 #define TWL6040_HSDRVMODE              (1 << 3)
 
+/* HFLCTL/R (0x14/0x16) fields */
+
+#define TWL6040_HFDACENA               (1 << 0)
+#define TWL6040_HFPGAENA               (1 << 1)
+#define TWL6040_HFDRVENA               (1 << 4)
+
 /* VIBCTLL/R (0x18/0x1A) fields */
 
 #define TWL6040_VIBENA                 (1 << 0)