On 7/11/22 07:42, Po-Wen Kao wrote:
In ufshcd_host_reset_and_restore(), ufshcd_set_clk_freq() is called to scale clk rate. However, this did not call vops->clk_scale_notify() to inform platform driver of clk change. We propose to call on ufshcd_scale_clks() instead so that clk change can be properly handled.
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>