Lines Matching +full:rx +full:- +full:threshold
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.
14 It has RX and TX Soundwire slave devices.
19 - qcom,wcd9380-codec
20 - qcom,wcd9385-codec
22 reset-gpios:
26 vdd-buck-supply:
29 vdd-rxtx-supply:
30 description: A reference to the 1.8V rx supply
32 vdd-io-supply:
35 qcom,tx-device:
36 $ref: /schemas/types.yaml#/definitions/phandle-array
39 qcom,rx-device:
40 $ref: /schemas/types.yaml#/definitions/phandle-array
41 description: A reference to Soundwire rx device phandle
43 qcom,micbias1-microvolt:
48 qcom,micbias2-microvolt:
53 qcom,micbias3-microvolt:
58 qcom,micbias4-microvolt:
63 qcom,hphl-jack-type-normally-closed:
67 qcom,ground-jack-type-normally-closed:
71 qcom,mbhc-headset-vthreshold-microvolt:
72 description: Voltage threshold value for headset detection
76 qcom,mbhc-headphone-vthreshold-microvolt:
77 description: Voltage threshold value for headphone detection
81 qcom,mbhc-buttons-vthreshold-microvolt:
83 Array of 8 Voltage threshold values corresponding to headset
84 button0 - button7
88 '#sound-dai-cells':
92 - compatible
93 - reset-gpios
94 - qcom,tx-device
95 - qcom,rx-device
96 - qcom,micbias1-microvolt
97 - qcom,micbias2-microvolt
98 - qcom,micbias3-microvolt
99 - qcom,micbias4-microvolt
100 - "#sound-dai-cells"
105 - |
107 compatible = "qcom,wcd9380-codec";
108 reset-gpios = <&tlmm 32 0>;
109 #sound-dai-cells = <1>;
110 qcom,tx-device = <&wcd938x_tx>;
111 qcom,rx-device = <&wcd938x_rx>;
112 qcom,micbias1-microvolt = <1800000>;
113 qcom,micbias2-microvolt = <1800000>;
114 qcom,micbias3-microvolt = <1800000>;
115 qcom,micbias4-microvolt = <1800000>;
116 qcom,hphl-jack-type-normally-closed;
117 qcom,ground-jack-type-normally-closed;
118 … qcom,mbhc-buttons-vthreshold-microvolt = <75000 150000 237000 500000 500000 500000 500000 500000>;
119 qcom,mbhc-headphone-vthreshold-microvolt = <50000>;
125 #address-cells = <2>;
126 #size-cells = <0>;
131 qcom,rx-port-mapping = <1 2 3 4 5>;
136 #address-cells = <2>;
137 #size-cells = <0>;
142 qcom,tx-port-mapping = <2 3 4 5>;