aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/arizona/pdata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mfd/arizona/pdata.h b/include/linux/mfd/arizona/pdata.h
index 7c0878778357..bcbe4fda87cb 100644
--- a/include/linux/mfd/arizona/pdata.h
+++ b/include/linux/mfd/arizona/pdata.h
@@ -102,6 +102,9 @@ struct arizona_pdata {
102 /** Use the headphone detect circuit to identify the accessory */ 102 /** Use the headphone detect circuit to identify the accessory */
103 bool hpdet_acc_id; 103 bool hpdet_acc_id;
104 104
105 /** GPIO used for mic isolation with HPDET */
106 int hpdet_id_gpio;
107
105 /** GPIO for mic detection polarity */ 108 /** GPIO for mic detection polarity */
106 int micd_pol_gpio; 109 int micd_pol_gpio;
107 110