This is applied when PMIC is entering or leaving a sleep mode. Signed-off-by: Tero Kristo <t-kristo@xxxxxx> --- arch/arm/mach-omap2/voltage.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/voltage.h b/arch/arm/mach-omap2/voltage.h index 3afd1fc..01d41d9 100644 --- a/arch/arm/mach-omap2/voltage.h +++ b/arch/arm/mach-omap2/voltage.h @@ -136,6 +136,8 @@ struct omap_volt_data { * @i2c_slave_addr: I2C slave address of PMIC * @volt_reg_addr: voltage configuration register address * @cmd_reg_addr: command (on, on-LP, ret, off) configuration register address + * @startup_time: PMIC startup time, only valid for core domain + * @shutdown_time: PMIC shutdown time, only valid for core domain * @i2c_high_speed: whether VC uses I2C high-speed mode to PMIC * @i2c_mcode: master code value for I2C high-speed preamble transmission * @vsel_to_uv: PMIC API to convert vsel value to actual voltage in uV. @@ -153,6 +155,8 @@ struct omap_voltdm_pmic { u8 vp_vstepmax; u32 vp_vddmin; u32 vp_vddmax; + u32 startup_time; + u32 shutdown_time; u8 vp_timeout_us; bool i2c_high_speed; u8 i2c_mcode; -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html