From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 14 Mar 2016 22:57:12 +0100 Subject: [U-Boot] [PATCH 3/3] imx: mx6: hdmi: handle overflow condition In-Reply-To: <1457510843-6535-3-git-send-email-van.freenix@gmail.com> References: <1457510843-6535-1-git-send-email-van.freenix@gmail.com> <1457510843-6535-3-git-send-email-van.freenix@gmail.com> Message-ID: <20160314225712.10e1c3de@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 9 Mar 2016 16:07:23 +0800 Peng Fan van.freenix at 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. > > Signed-off-by: Peng Fan > Signed-off-by: Sandor Yu > Cc: Stefano Babic > Cc: Fabio Estevam > --- > arch/arm/cpu/armv7/mx6/soc.c | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) applied to u-boot-video/master, thanks! -- Anatolij