From: Sandor Yu Date: Thu, 2 Aug 2012 03:11:31 +0000 (+0800) Subject: ENGR00219153 HDMI: Remove enable/disable_pins in blank/unblank function X-Git-Tag: v3.0.35-fsl_4.1.0~816 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b34ad850adef64d0b6335cb67859795cd8451e3c;p=karo-tx-linux.git ENGR00219153 HDMI: Remove enable/disable_pins in blank/unblank function 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 --- diff --git a/drivers/video/mxc_hdmi.c b/drivers/video/mxc_hdmi.c index 4bc3f9ac1612..e53301dc41d4 100644 --- a/drivers/video/mxc_hdmi.c +++ b/drivers/video/mxc_hdmi.c @@ -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);