From 5afccd70dd903a0539f39e44aab8d9f666f90273 Mon Sep 17 00:00:00 2001 From: Danny Nold Date: Thu, 3 Nov 2011 13:05:36 -0500 Subject: ENGR00143921-1 - EPDC/MAX17135: Add controls for V3P3 regulator - Added V3P3 regulator to max17135 - Added calls to enable/disable V3P3 regulator from EPDC driver - Improved Kconfig detail for max17135 MFD and HWMON entries Signed-off-by: Danny Nold --- include/linux/mfd/max17135.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/linux/mfd/max17135.h b/include/linux/mfd/max17135.h index 0a8af30853c1..265b1588c10a 100644 --- a/include/linux/mfd/max17135.h +++ b/include/linux/mfd/max17135.h @@ -154,6 +154,7 @@ struct max17135 { int gpio_pmic_pwrgood; int gpio_pmic_vcom_ctrl; int gpio_pmic_wakeup; + int gpio_pmic_v3p3; int gpio_pmic_intr; /* MAX17135 part variables */ @@ -181,6 +182,7 @@ enum { MAX17135_VCOM, MAX17135_VNEG, MAX17135_VPOS, + MAX17135_V3P3, MAX17135_NUM_REGULATORS, }; @@ -201,6 +203,7 @@ struct max17135_platform_data { int gpio_pmic_pwrgood; int gpio_pmic_vcom_ctrl; int gpio_pmic_wakeup; + int gpio_pmic_v3p3; int gpio_pmic_intr; int pass_num; int vcom_uV; -- cgit v1.2.3