From 174869435eaaf2bf253b6958331dbce632c3023b Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 15 Aug 2012 15:55:04 +0300 Subject: [PATCH] OMAPDSS: HDMI: use vdda_hdmi_dac 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 96a6e298873b..ccfc677c910a 100644 --- a/drivers/video/omap2/dss/hdmi.c +++ b/drivers/video/omap2/dss/hdmi.c @@ -33,6 +33,7 @@ #include #include #include +#include #include