浏览代码

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>
J Keerthy 12 年之前
父节点
当前提交
b5c46787df
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/regulator/palmas-regulator.c

+ 1 - 0
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 */ }
 };