aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authordushyanth.sr <dushyanth.sr@stericsson.com>2010-03-25 18:16:45 +0530
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:44:50 -0600
commit1ddd6afcb8ab6718e4e33b44276b451bb84019ca (patch)
treef32ba444588d4492c60b8b3127f0db49ec19f646 /arch/arm
parente78ef2234f80654e79140083b891d1fc09d22b01 (diff)
Changes to have MSP register Vape OPP constraint. Signed-off-by: dushyanth.sr <dushyanth.sr@stericsson.com>
Diffstat (limited to 'arch/arm')
-rwxr-xr-xarch/arm/mach-ux500/include/mach/msp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/msp.h b/arch/arm/mach-ux500/include/mach/msp.h
index af512cd7b09..9c698b8a081 100755
--- a/arch/arm/mach-ux500/include/mach/msp.h
+++ b/arch/arm/mach-ux500/include/mach/msp.h
@@ -899,6 +899,7 @@ typedef enum {
* @polling_flag: Flag used in error handling while polling.
* @def_elem_len: Flag indicates whether default elem len to be used in
* protocol_desc or not.
+ * @vape_opp_constraint: 1 if constraint is applied to have vape at 100OPP; 0 otherwise
*
* Main Msp private data structure to be used to store various info of a
* particular MSP.Longer description
@@ -935,6 +936,7 @@ struct msp_struct {
int users;
int loopback_enable;
u32 backup_regs[MAX_MSP_BACKUP_REGS];
+ int vape_opp_constraint;
};
/**