On Mon, 2012-02-20 at 15:03 -0600, Rob Clark wrote:
From: Rob Clark rob@ti.com
The "OMAPDSS: HDMI: PHY burnout fix" commit switched the HDMI driver over to using a GPIO for plug detect. Unfortunately the ->detect() method was not also updated, causing HDMI to no longer work for the omapdrm driver (because it would actually check if a connection was detected before attempting to enable display).
Thanks, I totally missed that.
Tomi