diff options
| author | Tero Kristo <t-kristo@ti.com> | 2012-09-25 19:33:46 +0300 |
|---|---|---|
| committer | Kevin Hilman <khilman@ti.com> | 2012-11-05 15:29:17 -0800 |
| commit | d3965191a4d28fa6eb875c06e5cfaffa5a8aef29 (patch) | |
| tree | 52aa6151d025b1bd84c941421cb11f325c983981 /arch/arm/mach-omap2/voltage.h | |
| parent | ARM: OMAP: TWL: change the vddmin / vddmax voltages to spec (diff) | |
| download | linux-d3965191a4d28fa6eb875c06e5cfaffa5a8aef29.tar.gz linux-d3965191a4d28fa6eb875c06e5cfaffa5a8aef29.zip | |
ARM: OMAP3+: voltage: remove unused volt_setup_time parameter
This is no longer needed as the ramp times are calculated from
voltage deltas + slew rates.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/voltage.h')
| -rw-r--r-- | arch/arm/mach-omap2/voltage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/voltage.h b/arch/arm/mach-omap2/voltage.h index 990c440d5c51..78923f93efde 100644 --- a/arch/arm/mach-omap2/voltage.h +++ b/arch/arm/mach-omap2/voltage.h @@ -129,7 +129,6 @@ struct voltagedomain { struct omap_voltdm_pmic { int slew_rate; int step_size; - u16 volt_setup_time; u16 i2c_slave_addr; u16 volt_reg_addr; u16 cmd_reg_addr; |
