diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-01 22:03:52 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-02 14:53:54 +0400 |
commit | e56a0a572be150c79cdbf62ff98f4a63419e1c0b (patch) | |
tree | c9d033b1f0e0adeed9252164b031a33b5a9b6200 /include/linux/mfd | |
parent | 77ff4f95d77ddb14fe827e70d8b4be4a692790e9 (diff) | |
download | linux-e56a0a572be150c79cdbf62ff98f4a63419e1c0b.tar.xz |
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')
-rw-r--r-- | include/linux/mfd/arizona/pdata.h | 3 |
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 { /** GPIO5 is used for jack detection */ bool jd_gpio5; + /** Internal pull on GPIO5 is disabled when used for jack detection */ + bool jd_gpio5_nopull; + /** Use the headphone detect circuit to identify the accessory */ bool hpdet_acc_id; |