diff options
author | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | 2014-05-23 12:54:57 +0100 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2014-06-16 13:33:18 +0900 |
commit | a288d648715bab6a1ab2b72cb1c1cc79cdc8cb43 (patch) | |
tree | 0882b812423b89b408f2d9a581fee87f6aefd255 /include/linux/mfd/arizona/pdata.h | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f (diff) | |
download | linux-stable-a288d648715bab6a1ab2b72cb1c1cc79cdc8cb43.tar.gz linux-stable-a288d648715bab6a1ab2b72cb1c1cc79cdc8cb43.tar.bz2 linux-stable-a288d648715bab6a1ab2b72cb1c1cc79cdc8cb43.zip |
extcon: arizona: support inverted jack detect switch
Add config option for inverted jack detect switch that
opens when jack is inserted.
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
[Acked by Lee Jones for MFD part]
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'include/linux/mfd/arizona/pdata.h')
-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 12a5c135c746..4578c72c9b86 100644 --- a/include/linux/mfd/arizona/pdata.h +++ b/include/linux/mfd/arizona/pdata.h @@ -127,6 +127,9 @@ struct arizona_pdata { /** Internal pull on GPIO5 is disabled when used for jack detection */ bool jd_gpio5_nopull; + /** set to true if jackdet contact opens on insert */ + bool jd_invert; + /** Use the headphone detect circuit to identify the accessory */ bool hpdet_acc_id; |