summaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-11-17 12:31:40 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:50:19 -0800
commit76277d029d1890725dbf6321944baaadfe67b024 (patch)
tree99e3324f7a62c509a04bd409c5050f0dd0cabca7 /include/linux/mfd
parentecfa0055698c92c4155a03f5dfc2b05c5dea0729 (diff)
regulator: tps80031: Check configuraton for LDO2-Track mode
Some of the values are not supported in the LDO2 configuration when using in track mode due to hw issue in tps80031 and tps80032-ES1.0. Adding proper check before configuring the LDO2 in this case. bug 898613 Reviewed-on: http://git-master/r/65441 (cherry picked from commit 58e3672102825b662ea904b46b6c1efbf639365b) Change-Id: I4e63a932d32c7cb2d13a07611acfa0b7dae649cc Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/66327 Reviewed-by: Lokesh Pathak <lpathak@nvidia.com> Tested-by: Lokesh Pathak <lpathak@nvidia.com> Rebase-Id: R8b818dcb4fdaab118426df32144f846a0ab00fb3
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/tps80031.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/tps80031.h b/include/linux/mfd/tps80031.h
index 0be3424a6dd8..ef5502c5c767 100644
--- a/include/linux/mfd/tps80031.h
+++ b/include/linux/mfd/tps80031.h
@@ -186,4 +186,6 @@ extern unsigned long tps80031_get_chip_info(struct device *dev);
extern int tps80031_gpadc_conversion(int channle_no);
+extern int tps80031_get_pmu_version(struct device *dev);
+
#endif /*__LINUX_MFD_TPS80031_H */