regulator: palmas: Shift the reg_info structure definition to the header file
Shift the reg_info structure definition to the header file. Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
1c113d83bb
commit
9f057dc1d0
2 changed files with 9 additions and 9 deletions
|
|
@ -88,6 +88,15 @@ struct palmas {
|
|||
u8 pwm_muxed;
|
||||
};
|
||||
|
||||
struct regs_info {
|
||||
char *name;
|
||||
char *sname;
|
||||
u8 vsel_addr;
|
||||
u8 ctrl_addr;
|
||||
u8 tstep_addr;
|
||||
int sleep_id;
|
||||
};
|
||||
|
||||
struct palmas_gpadc_platform_data {
|
||||
/* Channel 3 current source is only enabled during conversion */
|
||||
int ch3_current;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue