diff options
author | Kevin Hilman <khilman@ti.com> | 2011-03-29 14:36:04 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2011-06-02 16:43:02 -0700 |
commit | 056f591899decb84d99aa34958ca169ab14a2f5e (patch) | |
tree | 6b55188dd9a2653356b37a95a7ee1ee0beb24a4c /arch/arm/mach-omap2/vc.h | |
parent | f9d2f08d8ec06d32cf8448475b9ff17d05c04e16 (diff) | |
download | kernel_samsung_tuna-056f591899decb84d99aa34958ca169ab14a2f5e.zip kernel_samsung_tuna-056f591899decb84d99aa34958ca169ab14a2f5e.tar.gz kernel_samsung_tuna-056f591899decb84d99aa34958ca169ab14a2f5e.tar.bz2 |
OMAP3+: VC: cleanup voltage setup time configuration
- add setup_time field to struct omap_vc_channel (init'd from PMIC data)
- use VC/VP register access helper for read/modify/write
- move VFSM structure from omap_vdd_info into struct voltagedomain
- remove redunant _data suffix from VFSM structures and variables
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/vc.h')
-rw-r--r-- | arch/arm/mach-omap2/vc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/vc.h b/arch/arm/mach-omap2/vc.h index 72c4ee2..ade35f7 100644 --- a/arch/arm/mach-omap2/vc.h +++ b/arch/arm/mach-omap2/vc.h @@ -66,6 +66,7 @@ struct omap_vc_channel { u8 i2c_slave_addr; u8 volt_reg_addr; u8 cmd_reg_addr; + u16 setup_time; /* register access data */ const struct omap_vc_common *common; |