scsi: ufs: rockchip: disabled devfreq for rk3576

log:
ufshcd-rockchip 2a2d0000.ufs: ufshcd_wait_for_doorbell_clr:
timedout waiting for doorbell to clear (tm=0x0, tr=0x2)
devfreq 2a2d0000.ufs: dvfs failed with (-16) error

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: Ibc4b07b8ccefcc64220aa108caf51d938b7377dc
This commit is contained in:
Yifeng Zhao
2024-12-03 10:19:47 +08:00
committed by Tao Huang
parent 70e0b8e214
commit b769d72b95

View File

@@ -450,8 +450,6 @@ static int ufs_rockchip_rk3576_init(struct ufs_hba *hba)
hba->caps |= UFSHCD_CAP_AUTO_BKOPS_SUSPEND;
/* Enable putting device into deep sleep */
hba->caps |= UFSHCD_CAP_DEEPSLEEP;
/* Enable devfreq of UFS */
hba->caps |= UFSHCD_CAP_CLK_SCALING;
/* Enable WriteBooster */
hba->caps |= UFSHCD_CAP_WB_EN;