]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00221854 HDMI: suspend/resume hdmi_phy fail to lock.
authorSandor Yu <R01008@freescale.com>
Wed, 5 Sep 2012 03:17:32 +0000 (11:17 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:22 +0000 (08:35 +0200)
commit5159a2b23a62f1e76ee07096b3170d6ec34325da
tree73edbdcf7e7c978f555547f6c192f833135fa1b0
parent40b3c06f125646c84c94e558a1417ff9423570a7
ENGR00221854 HDMI: suspend/resume hdmi_phy fail to lock.

HDMI PHY init function will been called four times during system resume.
The first call before pixel clock enable, so it will print
PHY PLL unlock message, but the PHY PLL will locked in the next
three times called. It will not affect HDMI PHY function.

Change message print function dev_err to dev_dbg.

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