Re: [U-Boot] [PATCH 3/3] imx: mx6: hdmi: handle overflow condition

2016-03-14 Thread Anatolij Gustschin
On Wed, 9 Mar 2016 16:07:23 +0800 Peng Fan van.free...@gmail.com wrote: > 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. > > S

[U-Boot] [PATCH 3/3] imx: mx6: hdmi: handle overflow condition

2016-03-09 Thread Peng Fan
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 Signed-off-by: Sandor Yu Cc: Stefano Babic Cc: Fabio Estevam