msm: acpuclock-7201: Add delay for apps cpu clock switch
While changing the apps cpu clock source, it takes some
time till the clock switch is complete. After clock switch
is complete, then only loops per jiffies must be updated.
Earlier we are updating the loops per jiffies before the
clock switch is complete, which in turn lead to wrong BOGO
MIPS value for that duration for time.
Hence add the delay at appropriate place.
Change-Id: Ide6c7a7dcc5c679b5178420c69691b70ed699a18
Signed-off-by:
Pankaj Kumar <pakuma@codeaurora.org>
Loading
Please sign in to comment