From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Kaehlcke Subject: [PATCH v4 2/2] mfd: Add backlight as subdevice to the tps65217 Date: Mon, 24 Sep 2012 22:25:34 +0200 Message-ID: <20120924202534.GF26600@darwin> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from relay4-d.mail.gandi.net ([217.70.183.196]:34862 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757947Ab2IXU0M (ORCPT ); Mon, 24 Sep 2012 16:26:12 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "AnilKumar, Chimata" , Richard Purdie , Samuel Ortiz Cc: "linux-omap@vger.kernel.org" mfd: Add backlight as subdevice to the tps65217 Signed-off-by: Matthias Kaehlcke --- drivers/mfd/tps65217.c | 3 +++ 1 file changed, 3 insertions(+) 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", + }, }; /** -- 1.7.10