From b6290ffe1f4ed4d8521fd7e46738d42ddd9f1935 Mon Sep 17 00:00:00 2001 From: Matthias Kaehlcke Date: Mon, 24 Sep 2012 22:25:34 +0200 Subject: [PATCH] mfd: Add backlight as subdevice to the tps65217 mfd: Add backlight as subdevice to the tps65217 Signed-off-by: Matthias Kaehlcke Signed-off-by: Samuel Ortiz --- drivers/mfd/tps65217.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c index a95e9421b735..3fb32e655254 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", + }, }; /** -- 2.39.2