msm_serial_hs_lite: Set UART Clock rate to zero, only when it is disable
UART Core clock set rate is getting called before actually disabling uart
core clock. This problem has been seen with console suspend due to setting
clock rate to zero from msm_hsl_power api. This change makes sure that uart
core clock is actually disabled before it is set to zero.
Signed-off-by:
Mayank Rana <mrana@codeaurora.org>
Loading
Please sign in to comment