OMAP3: PM: Put optimal SMPS stabilization delay
This patch removes the worst case T2 SMPS stabilization delay
of 360 us (needed for a 0v to 1.35 switch) and adds calculated
delay based on the actual volatge switch.
The delay is based on the T2 SMPS slew rate of 4mV/uS.
Each step based on VSEL difference corresponds to 12.5 mv
Hence the formula used:
delay = (steps * 12.5)/4 + (2 us of buffer).
This also adds a SMPS stabilization delay in the sr_reset_voltage()
function which seems to be needed.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>