Skip to content

Commit

Permalink
mfd: tps65090: Add compatible string for charger subnode
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rhyland Klein authored and Samuel Ortiz committed Apr 10, 2013
1 parent d98a538 commit b50cf35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mfd/tps65090.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
};

Expand Down

0 comments on commit b50cf35

Please sign in to comment.