From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Tue, 29 Oct 2013 16:03:30 -0700 Subject: [U-Boot] [PATCH] video: ipu_disp: Fix clock polarity logic In-Reply-To: <1383068781-9299-1-git-send-email-fabio.estevam@freescale.com> References: <1383068781-9299-1-git-send-email-fabio.estevam@freescale.com> Message-ID: <52703EC2.1040509@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Thanks Fabio, On 10/29/2013 10:46 AM, Fabio Estevam wrote: > Currently the HDMI splash screen image quality on mx6solo does not show a > very stable image. > > By comparing the IPU driver from U-boot with the one from FSL 4.1.0 BSP, > we can see that there is an inverted logic for setting the DI_GEN_POL_CLK bit. > > From FSL BSP [1] we have: > > if (!sig.clk_pol) > di_gen |= DI_GEN_POLARITY_DISP_CLK; > > Applying the same logic into U-boot fixes the HDMI image stability. > It's odd that this doesn't appear to change things for the i.MX6DQ, but it works on either one, so Tested-by: Eric Nelson Acked-by: Eric Nelson