aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorSteve Twiss <stwiss.opensource@diasemi.com>2015-06-08 19:26:20 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-06-09 14:23:24 -0400
commit5179f0ce2f96f155e3bda93b3b82f912dbaddad2 (patch)
tree4edcad7286a5bdd329605646eaeae1c550628ab1 /include/linux/mfd
parent7b9f1830745cb3ad9e0f3774e83900610cedd39c (diff)
Input: add OnKey driver for DA9063 MFD part
This adds OnKey driver support for DA9063. Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/da9063/pdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/da9063/pdata.h b/include/linux/mfd/da9063/pdata.h
index 95c8742215a7..612383bd80ae 100644
--- a/include/linux/mfd/da9063/pdata.h
+++ b/include/linux/mfd/da9063/pdata.h
@@ -103,6 +103,7 @@ struct da9063;
103struct da9063_pdata { 103struct da9063_pdata {
104 int (*init)(struct da9063 *da9063); 104 int (*init)(struct da9063 *da9063);
105 int irq_base; 105 int irq_base;
106 bool key_power;
106 unsigned flags; 107 unsigned flags;
107 struct da9063_regulators_pdata *regulators_pdata; 108 struct da9063_regulators_pdata *regulators_pdata;
108 struct led_platform_data *leds_pdata; 109 struct led_platform_data *leds_pdata;