Lines Matching +full:mbhc +full:- +full:headset +full:- +full:vthreshold +full:- +full:microvolt

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
13 Qualcomm WCD9380/WCD9385 Codec is a standalone Hi-Fi audio codec IC.
19 - qcom,wcd9380-codec
20 - qcom,wcd9385-codec
22 reset-gpios:
26 us-euro-gpios:
30 vdd-buck-supply:
33 vdd-rxtx-supply:
36 vdd-io-supply:
39 vdd-mic-bias-supply:
42 qcom,tx-device:
43 $ref: /schemas/types.yaml#/definitions/phandle-array
46 qcom,rx-device:
47 $ref: /schemas/types.yaml#/definitions/phandle-array
50 qcom,micbias1-microvolt:
55 qcom,micbias2-microvolt:
60 qcom,micbias3-microvolt:
65 qcom,micbias4-microvolt:
70 qcom,hphl-jack-type-normally-closed:
74 qcom,ground-jack-type-normally-closed:
75 description: Indicates that Headset Ground switch type is normally closed
78 qcom,mbhc-headset-vthreshold-microvolt:
79 description: Voltage threshold value for headset detection
83 qcom,mbhc-headphone-vthreshold-microvolt:
88 qcom,mbhc-buttons-vthreshold-microvolt:
90 Array of 8 Voltage threshold values corresponding to headset
91 button0 - button7
95 '#sound-dai-cells':
99 - compatible
100 - reset-gpios
101 - qcom,tx-device
102 - qcom,rx-device
103 - qcom,micbias1-microvolt
104 - qcom,micbias2-microvolt
105 - qcom,micbias3-microvolt
106 - qcom,micbias4-microvolt
107 - "#sound-dai-cells"
112 - |
114 compatible = "qcom,wcd9380-codec";
115 reset-gpios = <&tlmm 32 0>;
116 #sound-dai-cells = <1>;
117 qcom,tx-device = <&wcd938x_tx>;
118 qcom,rx-device = <&wcd938x_rx>;
119 qcom,micbias1-microvolt = <1800000>;
120 qcom,micbias2-microvolt = <1800000>;
121 qcom,micbias3-microvolt = <1800000>;
122 qcom,micbias4-microvolt = <1800000>;
123 qcom,hphl-jack-type-normally-closed;
124 qcom,ground-jack-type-normally-closed;
125 … qcom,mbhc-buttons-vthreshold-microvolt = <75000 150000 237000 500000 500000 500000 500000 500000>;
126 qcom,mbhc-headphone-vthreshold-microvolt = <50000>;
132 #address-cells = <2>;
133 #size-cells = <0>;
138 qcom,rx-port-mapping = <1 2 3 4 5>;
143 #address-cells = <2>;
144 #size-cells = <0>;
149 qcom,tx-port-mapping = <2 3 4 5>;