]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00219153 HDMI: Remove enable/disable_pins in blank/unblank function
authorSandor Yu <R01008@freescale.com>
Thu, 2 Aug 2012 03:11:31 +0000 (11:11 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:36 +0000 (14:12 +0200)
HDMI enable/disable_pins setting HDMI DDC enable, but the pins confilct
with I2C2 bus on board design, so only HDCP function is enable
the function can been called.
Remove enable/disable_pins in  blank/unblank function to make sure
I2C2 bus can work when HDCP disable.

Signed-off-by: Sandor Yu <R01008@freescale.com>
drivers/video/mxc_hdmi.c

index 4bc3f9ac1612f8945da3f52c8a6f171b5c675296..e53301dc41d4d37a3c0d3cba80a7268333365a5c 100644 (file)
@@ -2046,7 +2046,6 @@ static int mxc_hdmi_fb_event(struct notifier_block *nb,
 
                        hdmi->blank = *((int *)event->data);
 
-                       mxc_hdmi_enable_pins(hdmi);
                        if (hdmi->fb_reg && hdmi->cable_plugin)
                                mxc_hdmi_setup(hdmi, val);
 
@@ -2054,7 +2053,6 @@ static int mxc_hdmi_fb_event(struct notifier_block *nb,
                        dev_dbg(&hdmi->pdev->dev,
                                "event=FB_EVENT_BLANK - BLANK\n");
 
-                       mxc_hdmi_disable_pins(hdmi);
                        mxc_hdmi_phy_disable(hdmi);
 
                        hdmi->blank = *((int *)event->data);