summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/voltage.h
diff options
context:
space:
mode:
authorKevin Hilman2011-03-17 01:20:35 +0100
committerKevin Hilman2011-09-15 20:39:09 +0200
commitc39263c33f9c94443aa9fc4fc2b1f1191666fccd (patch)
tree7a2db13a038df0cd125515727d98013b36c41966 /arch/arm/mach-omap2/voltage.h
parentOMAP2+: voltage: move PRCM mod offets into VC/VP structures (diff)
downloadkernel-qcow2-linux-c39263c33f9c94443aa9fc4fc2b1f1191666fccd.tar.gz
kernel-qcow2-linux-c39263c33f9c94443aa9fc4fc2b1f1191666fccd.tar.xz
kernel-qcow2-linux-c39263c33f9c94443aa9fc4fc2b1f1191666fccd.zip
OMAP2+: voltage: move prm_irqst_reg from VP into voltage domain
The prm_irqst_reg is not part of the VP. Move it up into the common voltage domain struct. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/voltage.h b/arch/arm/mach-omap2/voltage.h
index ffdc55ee1644..db23d493f663 100644
--- a/arch/arm/mach-omap2/voltage.h
+++ b/arch/arm/mach-omap2/voltage.h
@@ -136,6 +136,7 @@ struct omap_vdd_info {
bool vp_enabled;
s16 prm_irqst_mod;
+ u8 prm_irqst_reg;
u32 (*read_reg) (u16 mod, u8 offset);
void (*write_reg) (u32 val, u16 mod, u8 offset);
int (*volt_scale) (struct omap_vdd_info *vdd,