diff options
author | Ian Lartey <ian@slimlogic.co.uk> | 2013-03-22 14:55:22 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-25 01:07:25 +0000 |
commit | 574651f0f8eac83ef4cded056272dcb97333aa68 (patch) | |
tree | 3cfebd8c0ab6af4b6bf29c6651794ef569b3d590 /drivers/regulator/palmas-regulator.c | |
parent | bbcf50b1d6b38e34958a1572f4077fa12d3dc24d (diff) |
regulator: palmas remove palmas-charger option from DT bindings
Signed-off-by: Ian Lartey <ian@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/palmas-regulator.c')
-rw-r--r-- | drivers/regulator/palmas-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c index aec2d76096dd..3bd61bd02a46 100644 --- a/drivers/regulator/palmas-regulator.c +++ b/drivers/regulator/palmas-regulator.c @@ -802,7 +802,6 @@ static int palmas_regulators_remove(struct platform_device *pdev) static struct of_device_id of_palmas_match_tbl[] = { { .compatible = "ti,palmas-pmic", }, - { .compatible = "ti,palmas-charger-pmic", }, { .compatible = "ti,twl6035-pmic", }, { .compatible = "ti,twl6036-pmic", }, { .compatible = "ti,twl6037-pmic", }, |