summaryrefslogtreecommitdiff
path: root/drivers/regulator/palmas-regulator.c
diff options
context:
space:
mode:
authorJ Keerthy <j-keerthy@ti.com>2013-06-20 16:32:15 +0530
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-27 09:46:30 +0200
commitb5c46787df1f28b0a24499e275491ba9a505c8ec (patch)
tree78b1a96f783fc12271787ef7db7ef942f744b3ae /drivers/regulator/palmas-regulator.c
parent43620a17945b598e707ef897b3866914f9f9056c (diff)
regulator: palmas: Add TPS659038 support
Add TPS659038 support. Signed-off-by: J Keerthy <j-keerthy@ti.com> Acked-by: Mark Brown <broonie@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/regulator/palmas-regulator.c')
-rw-r--r--drivers/regulator/palmas-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c
index 1ae1e83448cf..d0c87856dd25 100644
--- a/drivers/regulator/palmas-regulator.c
+++ b/drivers/regulator/palmas-regulator.c
@@ -1054,6 +1054,7 @@ static struct of_device_id of_palmas_match_tbl[] = {
{ .compatible = "ti,tps65913-pmic", },
{ .compatible = "ti,tps65914-pmic", },
{ .compatible = "ti,tps80036-pmic", },
+ { .compatible = "ti,tps659038-pmic", },
{ /* end */ }
};