projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43620a1
)
regulator: palmas: Add TPS659038 support
author
J Keerthy
<j-keerthy@ti.com>
Thu, 20 Jun 2013 11:02:15 +0000
(16:32 +0530)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Thu, 27 Jun 2013 07:46:30 +0000
(09:46 +0200)
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>
drivers/regulator/palmas-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/palmas-regulator.c
b/drivers/regulator/palmas-regulator.c
index 1ae1e83448cff3fe3b2cb0592ec66a2eeb3e7385..d0c87856dd25fdd7eefaf14f784e6f0ad58a48f2 100644
(file)
--- 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 */ }
};