All of lore.kernel.org
 help / color / mirror / Atom feed
From: Argus Lin <argus.lin@mediatek.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	 Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>
Cc: Jack Yu <jack.yu@realtek.com>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Charles Keepax <ckeepax@opensource.cirrus.com>,
	Argus Lin <argus.lin@mediatek.com>, Arnd Bergmann <arnd@arndb.de>,
	"Shane.Chien" <shane.chien@mediatek.com>,
	linux-mediatek@lists.infradead.org,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	Jiaxin Yu <jiaxin.yu@mediatek.com>,
	linux-kernel@vger.kernel.org,
	Chipeng Chang <chipeng.chang@mediatek.com>,
	Tzung-Bi Shih <tzungbi@google.com>,
	devicetree@vger.kernel.org,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	Dan Murphy <dmurphy@ti.com>, Shuming Fan <shumingf@realtek.com>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	alsa-devel@alsa-project.org,
	linux-arm-kernel@lists.infradead.org, wsd_upstream@mediatek.com
Subject: [PATCH 1/2] dt-bindings: mediatek: mt6359: add ASoC mt6359 accdet document
Date: Wed, 6 Jan 2021 20:19:05 +0800	[thread overview]
Message-ID: <1609935546-11722-2-git-send-email-argus.lin@mediatek.com> (raw)
In-Reply-To: <1609935546-11722-1-git-send-email-argus.lin@mediatek.com>

This patch adds MediaTek MT6359 accdet document.

Signed-off-by: Argus Lin <argus.lin@mediatek.com>
---
 .../devicetree/bindings/sound/mt6359-accdet.yaml   | 142 +++++++++++++++++++++
 1 file changed, 142 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/mt6359-accdet.yaml

diff --git a/Documentation/devicetree/bindings/sound/mt6359-accdet.yaml b/Documentation/devicetree/bindings/sound/mt6359-accdet.yaml
new file mode 100644
index 0000000..fde0d29
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/mt6359-accdet.yaml
@@ -0,0 +1,142 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/sound/mt6359-accdet.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Mediatek Technologies Inc. MT6359 ASoC accdet driver bindings
+
+maintainers:
+  - Chipeng Chang <chipeng.chang@mediatek.com>
+
+description: |
+  This binding describes the Mediatek Technologies MT6359 ASoC
+  accdet driver.
+
+properties:
+  compatible:
+    enum:
+      - mediatek,mt6359-accdet
+      - mediatek,pmic-accdet
+
+  accdet-name:
+    maxItems: 1
+    description: named as "mt6359-accdet" for snd_soc_card_jack.
+
+  accdet-mic-vol:
+    maxItems: 1
+    description: |
+      accdet micbias1 voltage.
+
+      enum:
+        - 0x00 # 1.7v - micbias1 volage is 1.7v.
+        - 0x01 # 1.8v - micbias1 volage is 1.8v.
+        - 0x02 # 1.9v - micbias1 volage is 1.9v.
+        - 0x03 # 2.0v - micbias1 volage is 2.0v.
+        - 0x04 # 2.1v - micbias1 volage is 2.1v.
+        - 0x05 # 2.5v - micbias1 volage is 2.5v.
+        - 0x06 # 2.6v - micbias1 volage is 2.6v.
+        - 0x07 # 2.7v - micbias1 volage is 2.7v.
+        - 0x08 # 2.8v - micbias1 volage is 2.8v.
+        - 0x09 # 2.85v - micbias1 volage is 2.85v.
+
+  accdet-plugout-debounce:
+    maxItems: 1
+    description: For using ap gpio eint only, it is sw debounce time.
+
+  accdet-mic-mode:
+    maxItems: 1
+    description: |
+      value as 1, 2, 6 to indicate ACC/DCC mode. default is DCC mode 2.
+
+      enum:
+        - 0x01 # ACC - ACC mode.
+        - 0x02 # DCC - low cost without in bias.
+        - 0x06 # DCC - low cost with in bias.
+
+  eint_use_ext_res:
+    maxItems: 1
+    description: select HP_EINT pull up resistance, default 0 use internal resistance.
+
+  headset-mode-setting:
+    maxItems: 15
+    description: |
+       headset-mode-setting : Indicates customized pwm, debounce setting
+       accdet pwm_width, pwm_thresh, fall_delay, rise_delay
+       debounce0, debounce1, debounce3, debounce4
+       eint pwm_width, eint pwm_thresh
+       eint deb(debounce0, debounce1, debounce2, debounce3), inv_debounce.
+
+  headset-use-ap-eint:
+    maxItems: 1
+    description: indicates to use ap gpio.
+
+  headset-eint-num:
+    maxItems: 1
+    description: |
+      incicates pmic eint usage.
+
+      enum:
+        - 0x0 # PMIC_EINT0 - use pmic eint0 to trigger plug interrupt.
+        - 0x1 # PMIC_EINT1 - use pmic eint1 to trigger plug interrupt.
+        - 0x2 # PMIC_BI_EINT - use pmic eint0/1 to trigger plug interrupt.
+
+  headset-eint-trig-mode:
+    maxItems: 1
+    description: |
+      incicates pmic eint trigger mode.
+
+      enum:
+        - 0x0 # PMIC_GPIO - use pmic gpio to detect plug status by setting polarity to high or low.
+        - 0x1 # PMIC_INVERTER - use pmic inverter to detect plug status.
+
+  headset-key-mode:
+    maxItems: 1
+    description: |
+      incicates key mode type.
+
+      enum:
+        - 0x0 # THREE_KEY - support 3-key key mode.
+        - 0x1 # FOUR_KEY - support 4-key key mode.
+        - 0x1 # TRI_KEY_CDD - support 3-key google CDD key mode.
+
+  headset-three-key-threshold:
+    maxItems: 4
+    description: |
+      3 key device detection threshold: 0--MD_MAX--UP_MAX--DW_MAX.
+
+  headset-three-key-threshold-CDD:
+    maxItems: 4
+    description: |
+       3 key CDD device detection threshold: 0--MD_MAX--UP_MAX--DW_MAX.
+
+  headset-four-key-threshold:
+    maxItems: 4
+    description: |
+      4 key device detection threshold: 0--MD_MAX--VOICE_MAX--UP_MAX--DW_MAX.
+
+additionalProperties: false
+
+examples:
+  - |
+    accdet: accdet {
+        compatible = "mediatek,mt6359-accdet";
+        accdet-name = "mt6359-accdet";
+        accdet-mic-vol = <8>;
+        accdet-plugout-debounce = <1>;
+        accdet-mic-mode = <2>;
+        eint_use_ext_res = <0>;
+        headset-mode-setting = <0x500 0x500 1 0x1f0
+                                0x800 0x800 0x20 0x44
+                                0x4 0x1
+                                0x5 0x3 0x3 0x5 0xe>;
+        headset-use-ap-eint = <0>;
+        headset-eint-num = <0>;
+        headset-eint-trig-mode = <1>;
+        headset-key-mode = <0>;
+        headset-three-key-threshold = <0 80 220 400>;
+        headset-three-key-threshold-CDD = <0 121 192 600>;
+        headset-four-key-threshold = <0 58 121 192 400>;
+        status = "okay";
+    };
+...
--
1.8.1.1.dirty
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Argus Lin <argus.lin@mediatek.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	 Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>
Cc: Jack Yu <jack.yu@realtek.com>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Charles Keepax <ckeepax@opensource.cirrus.com>,
	Argus Lin <argus.lin@mediatek.com>, Arnd Bergmann <arnd@arndb.de>,
	"Shane.Chien" <shane.chien@mediatek.com>,
	linux-mediatek@lists.infradead.org,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	Jiaxin Yu <jiaxin.yu@mediatek.com>,
	linux-kernel@vger.kernel.org,
	Chipeng Chang <chipeng.chang@mediatek.com>,
	Tzung-Bi Shih <tzungbi@google.com>,
	devicetree@vger.kernel.org,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	Dan Murphy <dmurphy@ti.com>, Shuming Fan <shumingf@realtek.com>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	alsa-devel@alsa-project.org,
	linux-arm-kernel@lists.infradead.org, wsd_upstream@mediatek.com
Subject: [PATCH 1/2] dt-bindings: mediatek: mt6359: add ASoC mt6359 accdet document
Date: Wed, 6 Jan 2021 20:19:05 +0800	[thread overview]
Message-ID: <1609935546-11722-2-git-send-email-argus.lin@mediatek.com> (raw)
In-Reply-To: <1609935546-11722-1-git-send-email-argus.lin@mediatek.com>

This patch adds MediaTek MT6359 accdet document.

Signed-off-by: Argus Lin <argus.lin@mediatek.com>
---
 .../devicetree/bindings/sound/mt6359-accdet.yaml   | 142 +++++++++++++++++++++
 1 file changed, 142 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/mt6359-accdet.yaml

diff --git a/Documentation/devicetree/bindings/sound/mt6359-accdet.yaml b/Documentation/devicetree/bindings/sound/mt6359-accdet.yaml
new file mode 100644
index 0000000..fde0d29
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/mt6359-accdet.yaml
@@ -0,0 +1,142 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/sound/mt6359-accdet.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Mediatek Technologies Inc. MT6359 ASoC accdet driver bindings
+
+maintainers:
+  - Chipeng Chang <chipeng.chang@mediatek.com>
+
+description: |
+  This binding describes the Mediatek Technologies MT6359 ASoC
+  accdet driver.
+
+properties:
+  compatible:
+    enum:
+      - mediatek,mt6359-accdet
+      - mediatek,pmic-accdet
+
+  accdet-name:
+    maxItems: 1
+    description: named as "mt6359-accdet" for snd_soc_card_jack.
+
+  accdet-mic-vol:
+    maxItems: 1
+    description: |
+      accdet micbias1 voltage.
+
+      enum:
+        - 0x00 # 1.7v - micbias1 volage is 1.7v.
+        - 0x01 # 1.8v - micbias1 volage is 1.8v.
+        - 0x02 # 1.9v - micbias1 volage is 1.9v.
+        - 0x03 # 2.0v - micbias1 volage is 2.0v.
+        - 0x04 # 2.1v - micbias1 volage is 2.1v.
+        - 0x05 # 2.5v - micbias1 volage is 2.5v.
+        - 0x06 # 2.6v - micbias1 volage is 2.6v.
+        - 0x07 # 2.7v - micbias1 volage is 2.7v.
+        - 0x08 # 2.8v - micbias1 volage is 2.8v.
+        - 0x09 # 2.85v - micbias1 volage is 2.85v.
+
+  accdet-plugout-debounce:
+    maxItems: 1
+    description: For using ap gpio eint only, it is sw debounce time.
+
+  accdet-mic-mode:
+    maxItems: 1
+    description: |
+      value as 1, 2, 6 to indicate ACC/DCC mode. default is DCC mode 2.
+
+      enum:
+        - 0x01 # ACC - ACC mode.
+        - 0x02 # DCC - low cost without in bias.
+        - 0x06 # DCC - low cost with in bias.
+
+  eint_use_ext_res:
+    maxItems: 1
+    description: select HP_EINT pull up resistance, default 0 use internal resistance.
+
+  headset-mode-setting:
+    maxItems: 15
+    description: |
+       headset-mode-setting : Indicates customized pwm, debounce setting
+       accdet pwm_width, pwm_thresh, fall_delay, rise_delay
+       debounce0, debounce1, debounce3, debounce4
+       eint pwm_width, eint pwm_thresh
+       eint deb(debounce0, debounce1, debounce2, debounce3), inv_debounce.
+
+  headset-use-ap-eint:
+    maxItems: 1
+    description: indicates to use ap gpio.
+
+  headset-eint-num:
+    maxItems: 1
+    description: |
+      incicates pmic eint usage.
+
+      enum:
+        - 0x0 # PMIC_EINT0 - use pmic eint0 to trigger plug interrupt.
+        - 0x1 # PMIC_EINT1 - use pmic eint1 to trigger plug interrupt.
+        - 0x2 # PMIC_BI_EINT - use pmic eint0/1 to trigger plug interrupt.
+
+  headset-eint-trig-mode:
+    maxItems: 1
+    description: |
+      incicates pmic eint trigger mode.
+
+      enum:
+        - 0x0 # PMIC_GPIO - use pmic gpio to detect plug status by setting polarity to high or low.
+        - 0x1 # PMIC_INVERTER - use pmic inverter to detect plug status.
+
+  headset-key-mode:
+    maxItems: 1
+    description: |
+      incicates key mode type.
+
+      enum:
+        - 0x0 # THREE_KEY - support 3-key key mode.
+        - 0x1 # FOUR_KEY - support 4-key key mode.
+        - 0x1 # TRI_KEY_CDD - support 3-key google CDD key mode.
+
+  headset-three-key-threshold:
+    maxItems: 4
+    description: |
+      3 key device detection threshold: 0--MD_MAX--UP_MAX--DW_MAX.
+
+  headset-three-key-threshold-CDD:
+    maxItems: 4
+    description: |
+       3 key CDD device detection threshold: 0--MD_MAX--UP_MAX--DW_MAX.
+
+  headset-four-key-threshold:
+    maxItems: 4
+    description: |
+      4 key device detection threshold: 0--MD_MAX--VOICE_MAX--UP_MAX--DW_MAX.
+
+additionalProperties: false
+
+examples:
+  - |
+    accdet: accdet {
+        compatible = "mediatek,mt6359-accdet";
+        accdet-name = "mt6359-accdet";
+        accdet-mic-vol = <8>;
+        accdet-plugout-debounce = <1>;
+        accdet-mic-mode = <2>;
+        eint_use_ext_res = <0>;
+        headset-mode-setting = <0x500 0x500 1 0x1f0
+                                0x800 0x800 0x20 0x44
+                                0x4 0x1
+                                0x5 0x3 0x3 0x5 0xe>;
+        headset-use-ap-eint = <0>;
+        headset-eint-num = <0>;
+        headset-eint-trig-mode = <1>;
+        headset-key-mode = <0>;
+        headset-three-key-threshold = <0 80 220 400>;
+        headset-three-key-threshold-CDD = <0 121 192 600>;
+        headset-four-key-threshold = <0 58 121 192 400>;
+        status = "okay";
+    };
+...
--
1.8.1.1.dirty
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-01-06 12:23 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-06 12:19 [PATCH 0/2] Add mediatek MT6359 accdet driver Argus Lin
2021-01-06 12:19 ` Argus Lin
2021-01-06 12:19 ` Argus Lin [this message]
2021-01-06 12:19   ` [PATCH 1/2] dt-bindings: mediatek: mt6359: add ASoC mt6359 accdet document Argus Lin
2021-02-03  6:58   ` Argus Lin
2021-02-03  6:58     ` Argus Lin
2021-02-03  6:58     ` Argus Lin
2021-02-03  6:58     ` Argus Lin
2021-01-06 12:19 ` [PATCH 2/2] ASoC: mediatek: mt6359: add MT6359 accdet driver Argus Lin
2021-01-15 17:07   ` Mark Brown
2021-01-15 17:07     ` Mark Brown
2021-01-15 17:07     ` Mark Brown
2021-01-15 17:07     ` Mark Brown
2021-02-03  6:59   ` Argus Lin
2021-02-03  6:59     ` Argus Lin
2021-02-03  6:57 ` [PATCH 0/2] Add mediatek " Argus Lin
2021-02-03  6:57   ` Argus Lin
2021-02-03  6:57   ` Argus Lin
2021-02-03  6:57   ` Argus Lin
2021-02-03 13:20   ` Mark Brown
2021-02-03 13:20     ` Mark Brown
2021-02-03 13:20     ` Mark Brown
2021-02-03 13:20     ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609935546-11722-2-git-send-email-argus.lin@mediatek.com \
    --to=argus.lin@mediatek.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=chipeng.chang@mediatek.com \
    --cc=ckeepax@opensource.cirrus.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmurphy@ti.com \
    --cc=geert@linux-m68k.org \
    --cc=jack.yu@realtek.com \
    --cc=jiaxin.yu@mediatek.com \
    --cc=lars@metafoo.de \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=perex@perex.cz \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=robh+dt@kernel.org \
    --cc=shane.chien@mediatek.com \
    --cc=shumingf@realtek.com \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tiwai@suse.com \
    --cc=tzungbi@google.com \
    --cc=wsd_upstream@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.