From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Reichel Subject: [PATCH 4/5] OMAPDSS: SDI: Use V28 as regulator for N900 Date: Sat, 23 Nov 2013 21:57:23 +0100 Message-ID: <1385240244-28629-5-git-send-email-sre@debian.org> References: <1385240244-28629-1-git-send-email-sre@debian.org> Return-path: In-Reply-To: <1385240244-28629-1-git-send-email-sre@debian.org> Sender: linux-omap-owner@vger.kernel.org To: Sebastian Reichel , Tomi Valkeinen , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren Cc: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Rob Landley , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, Sebastian Reichel List-Id: devicetree@vger.kernel.org This adds a Nokia N900 quirk, so that the V28 regulator is used for the omapdss.sdi port. This quirk is needed until omapdss is converted to DT, so that the regulator can be acquired via a phandle. On other boards the regulator can be renamed in the DT data, but on the Nokia N900 the regulator is also used for other hardware components. Signed-off-by: Sebastian Reichel --- drivers/video/omap2/dss/sdi.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/video/omap2/dss/sdi.c b/drivers/video/omap2/dss/sdi.c index ccc569a..ca8f102 100644 --- a/drivers/video/omap2/dss/sdi.c +++ b/drivers/video/omap2/dss/sdi.c @@ -26,6 +26,7 @@ #include #include #include +#include #include