]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mfd: Add backlight as subdevice to the tps65217
authorMatthias Kaehlcke <matthias@kaehlcke.net>
Mon, 24 Sep 2012 20:25:34 +0000 (22:25 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Sep 2012 21:53:48 +0000 (23:53 +0200)
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>
drivers/mfd/tps65217.c

index a95e9421b73580df95402f718a4166898a1c41dd..3fb32e655254789c5035f31b4284e30e2e4225ae 100644 (file)
@@ -34,6 +34,9 @@ static struct mfd_cell tps65217s[] = {
        {
                .name = "tps65217-pmic",
        },
+       {
+               .name = "tps65217-bl",
+       },
 };
 
 /**