|
@@ -1696,7 +1696,7 @@ static int wcd_mbhc_usbc_ana_event_handler(struct notifier_block *nb,
|
|
|
#endif
|
|
|
if (mbhc->mbhc_cb->clk_setup)
|
|
|
mbhc->mbhc_cb->clk_setup(mbhc->component, true);
|
|
|
-
|
|
|
+ WCD_MBHC_REG_UPDATE_BITS(WCD_MBHC_L_DET_EN, 1);
|
|
|
|
|
|
#if IS_ENABLED(CONFIG_QCOM_WCD_USBSS_I2C)
|
|
|
if (unlikely((mbhc->mbhc_cb->lock_sleep(mbhc, true)) == false))
|
|
@@ -1713,8 +1713,6 @@ static int wcd_mbhc_usbc_ana_event_handler(struct notifier_block *nb,
|
|
|
WCD_MBHC_REG_READ(WCD_MBHC_MECH_DETECTION_TYPE, detection_type);
|
|
|
if ((mode == TYPEC_ACCESSORY_NONE) && !detection_type) {
|
|
|
wcd_usbss_switch_update(WCD_USBSS_AATC, WCD_USBSS_CABLE_DISCONNECT);
|
|
|
- /* removal detected, disable L_DET_EN */
|
|
|
- WCD_MBHC_REG_UPDATE_BITS(WCD_MBHC_L_DET_EN, 0);
|
|
|
if (unlikely((mbhc->mbhc_cb->lock_sleep(mbhc, true)) == false))
|
|
|
pr_warn("%s: failed to hold suspend\n", __func__);
|
|
|
else {
|