diff options
author | J Keerthy <j-keerthy@ti.com> | 2013-06-20 07:02:15 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-06-27 03:46:30 -0400 |
commit | b5c46787df1f28b0a24499e275491ba9a505c8ec (patch) | |
tree | 78b1a96f783fc12271787ef7db7ef942f744b3ae /drivers/regulator | |
parent | 43620a17945b598e707ef897b3866914f9f9056c (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')
-rw-r--r-- | drivers/regulator/palmas-regulator.c | 1 |
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[] = { | |||
1054 | { .compatible = "ti,tps65913-pmic", }, | 1054 | { .compatible = "ti,tps65913-pmic", }, |
1055 | { .compatible = "ti,tps65914-pmic", }, | 1055 | { .compatible = "ti,tps65914-pmic", }, |
1056 | { .compatible = "ti,tps80036-pmic", }, | 1056 | { .compatible = "ti,tps80036-pmic", }, |
1057 | { .compatible = "ti,tps659038-pmic", }, | ||
1057 | { /* end */ } | 1058 | { /* end */ } |
1058 | }; | 1059 | }; |
1059 | 1060 | ||