From: J Keerthy Date: Thu, 20 Jun 2013 11:02:15 +0000 (+0530) Subject: regulator: palmas: Add TPS659038 support X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b5c46787df1f28b0a24499e275491ba9a505c8ec;p=linux-beck.git regulator: palmas: Add TPS659038 support Add TPS659038 support. Signed-off-by: J Keerthy Acked-by: Mark Brown Signed-off-by: Samuel Ortiz --- 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 */ } };