regulator: add initialization macro of regulator supply
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
		
					parent
					
						
							
								e88267e164
							
						
					
				
			
			
				commit
				
					
						ed6543243a
					
				
			
		
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -141,6 +141,13 @@ struct regulator_consumer_supply {
 | 
			
		|||
	const char *supply;	/* consumer supply - e.g. "vcc" */
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* Initialize struct regulator_consumer_supply */
 | 
			
		||||
#define REGULATOR_SUPPLY(_name, _dev_name)			\
 | 
			
		||||
{								\
 | 
			
		||||
	.supply		= _name,				\
 | 
			
		||||
	.dev_name	= _dev_name,				\
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * struct regulator_init_data - regulator platform initialisation data.
 | 
			
		||||
 *
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue