aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorRhyland Klein <rklein@nvidia.com>2013-04-10 13:14:55 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2013-04-11 00:16:29 +0200
commitb50cf35bf41f8aa451667d8ff01e13b9ab17dc86 (patch)
tree9f8593808429ea8b2a6b400b890378de3cecb35f /drivers/mfd
parentd98a5384d7dbe47b8673eb281aaf339173376245 (diff)
mfd: tps65090: Add compatible string for charger subnode
This patch adds the of_compatible value for the tps65090 charger subnode used when loading the driver to find its properties and of_node. Signed-off-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/tps65090.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c
index 88846aeab74..fbd6ee67b5a 100644
--- a/drivers/mfd/tps65090.c
+++ b/drivers/mfd/tps65090.c
@@ -72,6 +72,7 @@ static struct mfd_cell tps65090s[] = {
.name = "tps65090-charger",
.num_resources = ARRAY_SIZE(charger_resources),
.resources = &charger_resources[0],
+ .of_compatible = "ti,tps65090-charger",
},
};