Skip to content

Commit

Permalink
mfd: Add backlight as subdevice to the tps65217
Browse files Browse the repository at this point in the history
mfd: Add backlight as subdevice to the tps65217

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Matthias Kaehlcke authored and Samuel Ortiz committed Sep 24, 2012
1 parent f3f1f0a commit b6290ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/mfd/tps65217.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ static struct mfd_cell tps65217s[] = {
{
.name = "tps65217-pmic",
},
{
.name = "tps65217-bl",
},
};

/**
Expand Down

0 comments on commit b6290ff

Please sign in to comment.