diff options
author | J Keerthy | 2013-06-20 16:32:15 +0530 |
---|---|---|
committer | Samuel Ortiz | 2013-06-27 09:46:30 +0200 |
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[] = { { .compatible = "ti,tps65913-pmic", }, { .compatible = "ti,tps65914-pmic", }, { .compatible = "ti,tps80036-pmic", }, + { .compatible = "ti,tps659038-pmic", }, { /* end */ } }; |