@@ -31,10 +31,15 @@ node must be named "audio-codec".
Required properties for the audio-codec subnode:
- #sound-dai-cells = <1>;
+- interrupts-extended = <&cpcap 9 0>, <&cpcap 10 0>;
+- interrupt-names = "hs", "mb2";
The audio-codec provides two DAIs. The first one is connected to the
Stereo HiFi DAC and the second one is connected to the Voice DAC.
+audio-codec interrupts are required for jack detection, "hs" one is headset
+detect and "mb2" is microphone bias 2 detect.
+
Example:
&mcspi1 {
@@ -52,6 +57,10 @@ Example:
audio-codec {
#sound-dai-cells = <1>;
+ interrupts-extended =
+ <&cpcap 9 0>,
+ <&cpcap 10 0>;
+ interrupt-names = "hs", "mb2";
/* HiFi */
port@0 {
This adds the DT binding for the audio-codec headset detection interrupts Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> --- Documentation/devicetree/bindings/mfd/motorola-cpcap.txt | 9 +++++++++ 1 file changed, 9 insertions(+)