From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akshay Bhat Date: Mon, 28 Mar 2016 15:27:17 -0400 Subject: [U-Boot] [PATCH] board: ge: bx50v3: Update display setup In-Reply-To: <1458065424-19824-1-git-send-email-akshay.bhat@timesys.com> References: <1458065424-19824-1-git-send-email-akshay.bhat@timesys.com> Message-ID: <56F98595.30703@timesys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On Tue, Mar 15, 2016 at 2:10 PM, Akshay Bhat wrote: > Implements the below changes: > - Disable LVDS1 on B450v3/B650v3 boards since the final boards no longer > have connectors for the same. Only LVDS0 hardware connectors are present. > - Implement imx6 EB821 or ERR009219 errata for LVDS clock switch. > This patch was ported from Freescale 3.10.17_1.0.0_ga kernel to u-boot. > - Split the display setup into 2 different functions. One for B850v3 that > does a setup of LVDS and HDMI with clock source for LVDS/IPU_DI set to > video PLL. The other for B450v3/B650v3 that does a setup of LVDS only with > clock source for LVDS/IPU_DI set to USB PLL. This helps us generate > accurate pixel clock required for display connected to LVDS. > > Signed-off-by: Akshay Bhat > Cc: Stefano Babic > --- Can this be applied if there are no review comments. Thanks, Akshay