aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/palmas.h
diff options
context:
space:
mode:
authorBill Huang <bilhuang@nvidia.com>2013-08-08 04:45:05 -0700
committerLee Jones <lee.jones@linaro.org>2013-08-14 18:53:17 +0100
commitb81eec09a484c588ead035003ce7555ca8a9963a (patch)
treeb6da5dbb56f0718cd9e67134e14ffda1ce2b0e65 /include/linux/mfd/palmas.h
parentmfd: sec: Add clock cell for s2mps11 (diff)
downloadlinux-dev-b81eec09a484c588ead035003ce7555ca8a9963a.tar.xz
linux-dev-b81eec09a484c588ead035003ce7555ca8a9963a.zip
mfd: palmas: Add power off control
Hook up "pm_power_off" to palmas power off routine if there is DT property "ti,system-power-controller" defined, so platform which is powered by this regulator can be powered off properly. Acked-by: Nishanth Menon <nm@ti.com> Signed-off-by: Mallikarjun Kasoju <mkasoju@nvidia.com> Signed-off-by: Bill Huang <bilhuang@nvidia.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/palmas.h')
-rw-r--r--include/linux/mfd/palmas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h
index 1a8dd7afe084..061cce0b119a 100644
--- a/include/linux/mfd/palmas.h
+++ b/include/linux/mfd/palmas.h
@@ -258,6 +258,7 @@ struct palmas_platform_data {
*/
int mux_from_pdata;
u8 pad1, pad2;
+ bool pm_off;
struct palmas_pmic_platform_data *pmic_pdata;
struct palmas_gpadc_platform_data *gpadc_pdata;