Revert "audio-kernel: wcd: Disable 1M Pull-up resistor"

This reverts commit f868a71537.

Signed-off-by: V S Ganga VaraPrasad (VARA) Adabala <quic_vadabala@quicinc.com>
This commit is contained in:
V S Ganga VaraPrasad (VARA) Adabala
2023-09-21 19:05:27 +05:30
والد f868a71537
کامیت fc7bf21cb2
4فایلهای تغییر یافته به همراه3 افزوده شده و 29 حذف شده

مشاهده پرونده

@@ -443,11 +443,6 @@ static int wcd939x_init_reg(struct snd_soc_component *component)
if (wcd939x->version != WCD939X_VERSION_2_0)
snd_soc_component_write(component, WCD939X_CFG0, 0x05);
/*
* Disable 1M pull-up by default during boot by writing 0b1 to bit[7].
* This gets re-enabled when headset is inserted.
*/
snd_soc_component_update_bits(component, WCD939X_ZDET_BIAS_CTL, 0x80, 0x80);
return 0;
}