phy-k1x-ci-otg: reduce delay of first run_state

Change-Id: I908bf782099748d38c0d347d5e4b4b48ebfb605e
This commit is contained in:
Pan Junzhong
2024-11-21 17:02:35 +08:00
committed by zhangmeng
parent 64fb292caf
commit 72f15789ce

View File

@@ -775,7 +775,7 @@ static int mv_otg_probe(struct platform_device *pdev)
mvotg->host_remote_wakeup =
!device_property_read_bool(&pdev->dev, "spacemit,reset-on-resume");
mv_otg_run_state_machine(mvotg, 2 * HZ);
mv_otg_run_state_machine(mvotg, msecs_to_jiffies(200));
dev_info(&pdev->dev, "successful probe OTG device.\n");