From patchwork Mon Sep 24 20:25:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Kaehlcke X-Patchwork-Id: 1500081 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id A1BDA3FE80 for ; Mon, 24 Sep 2012 20:26:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757995Ab2IXU0N (ORCPT ); Mon, 24 Sep 2012 16:26:13 -0400 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 X-Originating-IP: 217.70.178.148 Received: from mfilter20-d.gandi.net (mfilter20-d.gandi.net [217.70.178.148]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 085DE172080; Mon, 24 Sep 2012 22:26:12 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter20-d.gandi.net Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by mfilter20-d.gandi.net (mfilter20-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id bd-y2prZhqSd; Mon, 24 Sep 2012 22:26:10 +0200 (CEST) X-Originating-IP: 83.160.107.163 Received: from d4rwin.no-ip.org (a83-160-107-163.adsl.xs4all.nl [83.160.107.163]) (Authenticated sender: matthias@kaehlcke.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 9A471172077; Mon, 24 Sep 2012 22:26:10 +0200 (CEST) Received: by d4rwin.no-ip.org (Postfix, from userid 1000) id 33A3F13F86A; Mon, 24 Sep 2012 22:25:34 +0200 (CEST) Date: Mon, 24 Sep 2012 22:25:34 +0200 From: Matthias Kaehlcke To: "AnilKumar, Chimata" , Richard Purdie , Samuel Ortiz Cc: "linux-omap@vger.kernel.org" Subject: [PATCH v4 2/2] mfd: Add backlight as subdevice to the tps65217 Message-ID: <20120924202534.GF26600@darwin> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: 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", + }, }; /**