mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
scsi: ufs: qcom: Enable suspending clk scaling on no request
Enable suspending clk scaling on no request for Qualcomm SoC. Signed-off-by: Ram Prakash Gupta <quic_rampraka@quicinc.com> Link: https://lore.kernel.org/r/20240627083756.25340-3-quic_rampraka@quicinc.com Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
50183ac2cf
commit
ed7dac86f1
@ -1548,6 +1548,8 @@ static void ufs_qcom_config_scaling_param(struct ufs_hba *hba,
|
||||
p->timer = DEVFREQ_TIMER_DELAYED;
|
||||
d->upthreshold = 70;
|
||||
d->downdifferential = 5;
|
||||
|
||||
hba->clk_scaling.suspend_on_no_request = true;
|
||||
}
|
||||
#else
|
||||
static void ufs_qcom_config_scaling_param(struct ufs_hba *hba,
|
||||
|
Loading…
Reference in New Issue
Block a user