From 1ddd6afcb8ab6718e4e33b44276b451bb84019ca Mon Sep 17 00:00:00 2001 From: "dushyanth.sr" Date: Thu, 25 Mar 2010 18:16:45 +0530 Subject: Changes to have MSP register Vape OPP constraint. Signed-off-by: dushyanth.sr --- arch/arm/mach-ux500/include/mach/msp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-ux500') 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; }; /** -- cgit v1.2.3