From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Date: Fri, 24 Aug 2012 06:32:23 +0000 Subject: Re: [PATCH 4/8] OMAPDSS: HDMI: use vdda_hdmi_dac Message-Id: <50371D27.1010707@ti.com> List-Id: References: <1345729514-2441-1-git-send-email-tomi.valkeinen@ti.com> <1345729514-2441-5-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1345729514-2441-5-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tomi Valkeinen Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org On Thursday 23 August 2012 07:15 PM, Tomi Valkeinen wrote: > The HDMI driver requires vdda_hdmi_dac power for operation, but does not > 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/hdmi.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