commit | 95ae6128e52824c91a8c09479f8f1e8aad8ba7f0 | [log] [tgz] |
---|---|---|
author | Peng Fan <van.freenix@gmail.com> | Wed Mar 09 16:07:23 2016 +0800 |
committer | Anatolij Gustschin <agust@denx.de> | Mon Mar 14 22:53:45 2016 +0100 |
tree | 942b095d5b968fdc22725cd19abb0fd0a457c76a | |
parent | 2fe586bde848b44ed2b9b20158d52177f186c95d [diff] |
imx: mx6: hdmi: handle overflow condition If HDMI_IH_FC_STAT2_OVERFLOW_MASK is set, we need to do TMDS software reset and write to clear fc_invidconf register. We need minimum 3 times to write to clear the fc_invidconf register, so choose 5 loops here. Signed-off-by: Peng Fan <van.freenix@gmail.com> Signed-off-by: Sandor Yu <sandor.yu@nxp.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Fabio Estevam <fabio.estevam@nxp.com>