diff options
Diffstat (limited to 'arch/arm/mach-omap2/vc.h')
-rw-r--r-- | arch/arm/mach-omap2/vc.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/vc.h b/arch/arm/mach-omap2/vc.h index 478bf6b432c4..91c8d75bf2ea 100644 --- a/arch/arm/mach-omap2/vc.h +++ b/arch/arm/mach-omap2/vc.h | |||
@@ -86,7 +86,6 @@ struct omap_vc_channel { | |||
86 | u16 i2c_slave_addr; | 86 | u16 i2c_slave_addr; |
87 | u16 volt_reg_addr; | 87 | u16 volt_reg_addr; |
88 | u16 cmd_reg_addr; | 88 | u16 cmd_reg_addr; |
89 | u16 setup_time; | ||
90 | u8 cfg_channel; | 89 | u8 cfg_channel; |
91 | bool i2c_high_speed; | 90 | bool i2c_high_speed; |
92 | 91 | ||
@@ -111,6 +110,13 @@ extern struct omap_vc_channel omap4_vc_mpu; | |||
111 | extern struct omap_vc_channel omap4_vc_iva; | 110 | extern struct omap_vc_channel omap4_vc_iva; |
112 | extern struct omap_vc_channel omap4_vc_core; | 111 | extern struct omap_vc_channel omap4_vc_core; |
113 | 112 | ||
113 | extern struct omap_vc_param omap3_mpu_vc_data; | ||
114 | extern struct omap_vc_param omap3_core_vc_data; | ||
115 | |||
116 | extern struct omap_vc_param omap4_mpu_vc_data; | ||
117 | extern struct omap_vc_param omap4_iva_vc_data; | ||
118 | extern struct omap_vc_param omap4_core_vc_data; | ||
119 | |||
114 | void omap_vc_init_channel(struct voltagedomain *voltdm); | 120 | void omap_vc_init_channel(struct voltagedomain *voltdm); |
115 | int omap_vc_pre_scale(struct voltagedomain *voltdm, | 121 | int omap_vc_pre_scale(struct voltagedomain *voltdm, |
116 | unsigned long target_volt, | 122 | unsigned long target_volt, |