scsi: ufs-msm: allow background operations during runtime suspend
Allow the card to perform background operations during runtime suspend. Change-Id: Ie93b4ad795f7afb05addb551f73fca853ecd4769 Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org> [subhashj@codeaurora.org: resolved trivial merge conflicts] Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
This commit is contained in:
parent
cf5c66a278
commit
8a6fc0c67d
1 changed files with 1 additions and 0 deletions
|
@ -2877,6 +2877,7 @@ static int msm_ufs_init(struct ufs_hba *hba)
|
|||
|
||||
hba->caps |= UFSHCD_CAP_CLK_GATING |
|
||||
UFSHCD_CAP_HIBERN8_WITH_CLK_GATING;
|
||||
hba->caps |= UFSHCD_CAP_AUTO_BKOPS_SUSPEND;
|
||||
msm_ufs_setup_clocks(hba, true);
|
||||
goto out;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue