Browse Source

mfd: Add backlight as subdevice to the tps65217

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>
Matthias Kaehlcke 12 years ago
parent
commit
b6290ffe1f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      drivers/mfd/tps65217.c

+ 3 - 0
drivers/mfd/tps65217.c

@@ -34,6 +34,9 @@ static struct mfd_cell tps65217s[] = {
 	{
 		.name = "tps65217-pmic",
 	},
+	{
+		.name = "tps65217-bl",
+	},
 };
 
 /**