Skip to content

Commit ed7dac8

Browse files
Ram Prakash Guptamartinkpetersen
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Bart Van Assche <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 50183ac commit ed7dac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/ufs/host/ufs-qcom.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,8 @@ static void ufs_qcom_config_scaling_param(struct ufs_hba *hba,
15481548
p->timer = DEVFREQ_TIMER_DELAYED;
15491549
d->upthreshold = 70;
15501550
d->downdifferential = 5;
1551+
1552+
hba->clk_scaling.suspend_on_no_request = true;
15511553
}
15521554
#else
15531555
static void ufs_qcom_config_scaling_param(struct ufs_hba *hba,

0 commit comments

Comments
 (0)