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 5b0508853290..0fc26a480be3 100644
--- a/include/linux/mfd/arizona/pdata.h
+++ b/include/linux/mfd/arizona/pdata.h
@@ -96,6 +96,9 @@ struct arizona_pdata {
96 /** Pin state for GPIO pins */ 96 /** Pin state for GPIO pins */
97 int gpio_defaults[ARIZONA_MAX_GPIO]; 97 int gpio_defaults[ARIZONA_MAX_GPIO];
98 98
99 /** GPIO5 is used for jack detection */
100 bool jd_gpio5;
101
99 /** GPIO for mic detection polarity */ 102 /** GPIO for mic detection polarity */
100 int micd_pol_gpio; 103 int micd_pol_gpio;
101 104