Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8325bc63 authored by Subhash Jadavani's avatar Subhash Jadavani
Browse files

scsi: ufs: disable aggressive clock gating



Power management with UFS host and device has multiple issues. Until
all those issues are fixed, disable the aggressive clock gating mechanism.

Change-Id: I2ab9b3b264ac526d4d7dd3ed0c9eedf4b4db6d8e
Signed-off-by: default avatarSubhash Jadavani <subhashj@codeaurora.org>
parent 5cc6ae3c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1963,8 +1963,6 @@ static int msm_ufs_init(struct ufs_hba *hba)
		hba->spm_lvl = UFS_PM_LVL_3;
	}

	hba->caps |= UFSHCD_CAP_CLK_GATING |
			UFSHCD_CAP_HIBERN8_WITH_CLK_GATING;
	msm_ufs_setup_clocks(hba, true);
	goto out;