diff mbox

[v4,2/2] mfd: Add backlight as subdevice to the tps65217

Message ID 20120924202534.GF26600@darwin (mailing list archive)
State New, archived
Headers show

Commit Message

Matthias Kaehlcke Sept. 24, 2012, 8:25 p.m. UTC
mfd: Add backlight as subdevice to the tps65217

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
---
 drivers/mfd/tps65217.c |    3 +++
 1 file changed, 3 insertions(+)

Comments

Samuel Ortiz Sept. 24, 2012, 9:54 p.m. UTC | #1
Hi Matthias,

On Mon, Sep 24, 2012 at 10:25:34PM +0200, Matthias Kaehlcke wrote:
> mfd: Add backlight as subdevice to the tps65217
> 
> Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
> ---
>  drivers/mfd/tps65217.c |    3 +++
>  1 file changed, 3 insertions(+)
Applied, thanks.

Cheers,
Samuel.
diff mbox

Patch

diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c
index a95e942..3fb32e6 100644
--- a/drivers/mfd/tps65217.c
+++ b/drivers/mfd/tps65217.c
@@ -34,6 +34,9 @@  static struct mfd_cell tps65217s[] = {
 	{
 		.name = "tps65217-pmic",
 	},
+	{
+		.name = "tps65217-bl",
+	},
 };
 
 /**