diff options
author | Kevin Hilman <khilman@ti.com> | 2011-03-16 16:35:22 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2011-09-15 14:39:09 -0400 |
commit | a7460daf15239563b3e7bb862580f90da78541bd (patch) | |
tree | 42faec056fe7dde136dadc6d7ed96861f5431325 /arch/arm/mach-omap2/vp3xxx_data.c | |
parent | fa17f20f686a90004a8af403e24cc8443e8144f3 (diff) |
OMAP2+: voltage: move PRCM mod offets into VC/VP structures
Eliminate need for global variables for the various PRM module offsets by
making them part of the VP/VC common structures
Eventually, these will likely be moved again, or more likely removed
when VP/VC code is isolated, but for now just getting rid of them as
global variabes so that the voltage domain initialization can be
cleaned up.
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/vp3xxx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/vp3xxx_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/vp3xxx_data.c b/arch/arm/mach-omap2/vp3xxx_data.c index 645217094e51..c9b3e64d4e4e 100644 --- a/arch/arm/mach-omap2/vp3xxx_data.c +++ b/arch/arm/mach-omap2/vp3xxx_data.c | |||
@@ -31,6 +31,7 @@ | |||
31 | * XXX This stuff presumably belongs in the vp3xxx.c or vp.c file. | 31 | * XXX This stuff presumably belongs in the vp3xxx.c or vp.c file. |
32 | */ | 32 | */ |
33 | static const struct omap_vp_common_data omap3_vp_common = { | 33 | static const struct omap_vp_common_data omap3_vp_common = { |
34 | .prm_mod = OMAP3430_GR_MOD, | ||
34 | .vpconfig_erroroffset_shift = OMAP3430_ERROROFFSET_SHIFT, | 35 | .vpconfig_erroroffset_shift = OMAP3430_ERROROFFSET_SHIFT, |
35 | .vpconfig_errorgain_mask = OMAP3430_ERRORGAIN_MASK, | 36 | .vpconfig_errorgain_mask = OMAP3430_ERRORGAIN_MASK, |
36 | .vpconfig_errorgain_shift = OMAP3430_ERRORGAIN_SHIFT, | 37 | .vpconfig_errorgain_shift = OMAP3430_ERRORGAIN_SHIFT, |