commit | 174869435eaaf2bf253b6958331dbce632c3023b | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Aug 15 15:55:04 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Sep 07 20:02:04 2012 +0300 |
tree | 5984b1180ff0b4f3da58e888fa26f890a29863c9 | |
parent | 8a3d895bfe409f3cae398c0788e8639260c81754 [diff] |
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 <tomi.valkeinen@ti.com>