]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
regulator: palmas: Add TPS659038 support
authorJ Keerthy <j-keerthy@ti.com>
Thu, 20 Jun 2013 11:02:15 +0000 (16:32 +0530)
committerSamuel 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

index 1ae1e83448cff3fe3b2cb0592ec66a2eeb3e7385..d0c87856dd25fdd7eefaf14f784e6f0ad58a48f2 100644 (file)
@@ -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 */ }
 };