aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/arizona
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-01 14:03:52 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-02 06:53:54 -0400
commite56a0a572be150c79cdbf62ff98f4a63419e1c0b (patch)
treec9d033b1f0e0adeed9252164b031a33b5a9b6200 /include/linux/mfd/arizona
parent77ff4f95d77ddb14fe827e70d8b4be4a692790e9 (diff)
extcon: arizona: Allow pull to be disabled on GPIO5 when used for JACKET
In some designs an external pull won't be needed. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/mfd/arizona')
-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 eb11a8ac6db2..008b8c40549f 100644
--- a/include/linux/mfd/arizona/pdata.h
+++ b/include/linux/mfd/arizona/pdata.h
@@ -122,6 +122,9 @@ struct arizona_pdata {
122 /** GPIO5 is used for jack detection */ 122 /** GPIO5 is used for jack detection */
123 bool jd_gpio5; 123 bool jd_gpio5;
124 124
125 /** Internal pull on GPIO5 is disabled when used for jack detection */
126 bool jd_gpio5_nopull;
127
125 /** Use the headphone detect circuit to identify the accessory */ 128 /** Use the headphone detect circuit to identify the accessory */
126 bool hpdet_acc_id; 129 bool hpdet_acc_id;
127 130