瀏覽代碼

Merge "asoc: cdc: wcd939x: update sleep time during reset"

qctecmdr 1 年之前
父節點
當前提交
5468c31c20
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      asoc/codecs/wcd939x/wcd939x.c

+ 2 - 2
asoc/codecs/wcd939x/wcd939x.c

@@ -4709,7 +4709,7 @@ static int wcd939x_reset(struct device *dev)
 		return -EPROBE_DEFER;
 	}
 	/* 20us sleep required after pulling the reset gpio to LOW */
-	usleep_range(20, 30);
+	usleep_range(80, 85);
 
 	rc = msm_cdc_pinctrl_select_active_state(wcd939x->rst_np);
 	if (rc) {
@@ -4718,7 +4718,7 @@ static int wcd939x_reset(struct device *dev)
 		return -EPROBE_DEFER;
 	}
 	/* 20us sleep required after pulling the reset gpio to HIGH */
-	usleep_range(20, 30);
+	usleep_range(80, 85);
 
 	/* Set OVP threshold to 4.2V after reset */
 #if IS_ENABLED(CONFIG_QCOM_WCD_USBSS_I2C)