diff options
author | Danny Nold <dannynold@freescale.com> | 2010-08-17 14:52:17 -0500 |
---|---|---|
committer | Scott Sweeny <scott.sweeny@timesys.com> | 2011-01-19 11:49:24 -0500 |
commit | a3fd42e95068115dabb3b99ddd50bff46905a421 (patch) | |
tree | 0ae46860d26a35037df9b1a81d513a4984bfb464 /include | |
parent | 15500ddc00a4239ec640bbf9fb1db3e6ff82b3d7 (diff) |
ENGR00126327-2 - Max17135 EPD PMIC: Support Pass 2 and VCOM setting
Add support for platform-level selection of PMIC pass version. 1 and 2
supported currently. Also support platform-level selection of VCOM
voltage value.
Signed-off-by: Danny Nold <dannynold@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regulator/max17135.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regulator/max17135.h b/include/linux/regulator/max17135.h index 06eaf88d2536..348b82b62b9f 100644 --- a/include/linux/regulator/max17135.h +++ b/include/linux/regulator/max17135.h @@ -50,6 +50,8 @@ struct max17135_platform_data { int gpio_pmic_vcom_ctrl; int gpio_pmic_wakeup; int gpio_pmic_intr; + int pass_num; + int vcom_uV; struct regulator_init_data *regulator_init; }; |