From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Fri, 24 Aug 2012 06:41:20 +0000 Subject: Re: [PATCH 4/8] OMAPDSS: HDMI: use vdda_hdmi_dac Message-Id: <1345790480.9287.14.camel@lappyti> MIME-Version: 1 Content-Type: multipart/mixed; boundary="=-TkqYNtxIpnsiawpO4iwq" List-Id: 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> In-Reply-To: <50371D27.1010707@ti.com> 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