From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: Re: [PATCH 4/8] OMAPDSS: HDMI: use vdda_hdmi_dac Date: Fri, 24 Aug 2012 09:41:20 +0300 Message-ID: <1345790480.9287.14.camel@lappyti> References: <1345729514-2441-1-git-send-email-tomi.valkeinen@ti.com> <1345729514-2441-5-git-send-email-tomi.valkeinen@ti.com> <50371D27.1010707@ti.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-TkqYNtxIpnsiawpO4iwq" Return-path: Received: from na3sys009aog105.obsmtp.com ([74.125.149.75]:51007 "EHLO na3sys009aog105.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753243Ab2HXGl0 (ORCPT ); Fri, 24 Aug 2012 02:41:26 -0400 Received: by lahl5 with SMTP id l5so768153lah.15 for ; Thu, 23 Aug 2012 23:41:23 -0700 (PDT) In-Reply-To: <50371D27.1010707@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Archit Taneja Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org --=-TkqYNtxIpnsiawpO4iwq Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2012-08-24 at 11:50 +0530, Archit Taneja wrote: > On Thursday 23 August 2012 07:15 PM, Tomi Valkeinen wrote: > > The HDMI driver requires vdda_hdmi_dac power for operation, but does no= t > > enable it. This has worked because the regulator has been always > > enabled. > > > > But this may not always be the case, as I encountered when implementing > > HDMI device tree support. > > > > This patch changes the HDMI driver to use the vdda_hdmi_dac. > > > > Signed-off-by: Tomi Valkeinen > > --- > > drivers/video/omap2/dss/hdmi.c | 23 +++++++++++++++++++++++ > > 1 file changed, 23 insertions(+) > > > > diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/h= dmi.c > > index 96a6e29..ccfc677 100644 > > --- a/drivers/video/omap2/dss/hdmi.c > > +++ b/drivers/video/omap2/dss/hdmi.c > > @@ -33,6 +33,7 @@ > > #include > > #include > > #include > > +#include > > #include