diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2015-12-14 05:37:12 -0500 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2015-12-14 19:57:37 -0500 |
commit | cb0eac8fd1a3180ce260a8dca01584bc5495a8e8 (patch) | |
tree | 598ee110e1a4667637ec6477526fa19b4dfc419a | |
parent | bb6da5d954b934305cc536f8cc970c500d1dd54d (diff) |
extcon: arizona: Update device tree binding for mic detect configurations
Update the device tree binding documentation to include documentation for
the wlf,micd-configs property that is used to specify the configurations
for headset polarity detection (CTIA / OTMP).
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | Documentation/devicetree/bindings/extcon/extcon-arizona.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/extcon/extcon-arizona.txt b/Documentation/devicetree/bindings/extcon/extcon-arizona.txt index 238e10e86a20..fd9b898d2d7d 100644 --- a/Documentation/devicetree/bindings/extcon/extcon-arizona.txt +++ b/Documentation/devicetree/bindings/extcon/extcon-arizona.txt | |||
@@ -37,5 +37,13 @@ Optional properties: | |||
37 | milliseconds. | 37 | milliseconds. |
38 | - wlf,micd-force-micbias : Force MICBIAS continuously on during microphone | 38 | - wlf,micd-force-micbias : Force MICBIAS continuously on during microphone |
39 | detection. | 39 | detection. |
40 | - wlf,micd-configs : Headset polarity configurations (generally used for | ||
41 | detection of CTIA / OMTP headsets), the field can be of variable length | ||
42 | but should always be a multiple of 3 cells long, each three cell group | ||
43 | represents one polarity configuration. | ||
44 | The first cell defines the accessory detection pin, zero will use MICDET1 | ||
45 | and all other values will use MICDET2. | ||
46 | The second cell represents the MICBIAS to be used. | ||
47 | The third cell represents the value of the micd-pol-gpio pin. | ||
40 | 48 | ||
41 | - wlf,gpsw : Settings for the general purpose switch | 49 | - wlf,gpsw : Settings for the general purpose switch |