Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[linux-2.6-block.git] / include / linux / mfd / max77693-private.h
index de063773f3b1df6b7fb12c11e0a60b67d0bb42fa..fc17d56581b2954c877eebcc637adca43a45321f 100644 (file)
@@ -310,6 +310,15 @@ enum max77693_haptic_reg {
        MAX77693_HAPTIC_REG_END,
 };
 
+/* max77693-pmic LSCNFG configuraton register */
+#define MAX77693_PMIC_LOW_SYS_MASK      0x80
+#define MAX77693_PMIC_LOW_SYS_SHIFT     7
+
+/* max77693-haptic configuration register */
+#define MAX77693_CONFIG2_MODE           7
+#define MAX77693_CONFIG2_MEN            6
+#define MAX77693_CONFIG2_HTYP           5
+
 enum max77693_irq_source {
        LED_INT = 0,
        TOPSYS_INT,