hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/sound/qcom,msm8916-wcd-analog.txt
....@@ -30,6 +30,7 @@
3030 - vdd-cdc-io-supply: phandle to VDD_CDC_IO regulator DT node.
3131 - vdd-cdc-tx-rx-cx-supply: phandle to VDD_CDC_TX/RX/CX regulator DT node.
3232 - vdd-micbias-supply: phandle of VDD_MICBIAS supply's regulator DT node.
33
+
3334 Optional Properties:
3435 - qcom,mbhc-vthreshold-low: Array of 5 threshold voltages in mV for 5 buttons
3536 detection on headset when the mbhc is powered up
....@@ -92,9 +93,9 @@
9293 "cdc_ear_cnp_int",
9394 "cdc_hphr_cnp_int",
9495 "cdc_hphl_cnp_int";
95
- VDD-CDC-IO-supply = <&pm8916_l5>;
96
- VDD-CDC-TX-RX-CX-supply = <&pm8916_l5>;
97
- VDD-MICBIAS-supply = <&pm8916_l13>;
96
+ vdd-cdc-io-supply = <&pm8916_l5>;
97
+ vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;
98
+ vdd-micbias-supply = <&pm8916_l13>;
9899 #sound-dai-cells = <1>;
99100 };
100101 };