ufs: Remove rx calibration

Removed rx calibration in resume.

Change-Id: Ib7eb0c306cb1f424b4dca707e39e70f2a42fe4e0
This commit is contained in:
Mallikarjun Kasoju
2024-09-22 07:13:02 +00:00
committed by Jon Hunter
parent 701657e6f7
commit fb95615c17

View File

@@ -1493,11 +1493,6 @@ deassert_ufs_clk:
ufs_tegra_set_clk_div(hba);
ret = ufs_tegra_mphy_receiver_calibration(ufs_tegra,
ufs_tegra->mphy_l0_base);
if (ret < 0)
goto out_disable_mphylane_clks;
end:
pm_runtime_disable(dev);
pm_runtime_set_active(dev);