Skip to content

Commit

Permalink
mfd: tps65217: Add compatible string for subdevices
Browse files Browse the repository at this point in the history
Adds of_compatible strings to mfd_cells for sub devices of the tps65217.

Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Johannes Pointner authored and Lee Jones committed Nov 25, 2014
1 parent a9e2e47 commit 11d0d30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mfd/tps65217.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
static const struct mfd_cell tps65217s[] = {
{
.name = "tps65217-pmic",
.of_compatible = "ti,tps65217-pmic",
},
{
.name = "tps65217-bl",
.of_compatible = "ti,tps65217-bl",
},
};

Expand Down

0 comments on commit 11d0d30

Please sign in to comment.