From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 16 Dec 2014 17:59:26 +0100 Subject: [U-Boot] [PATCH 8/8] arm: mx6: novena: Add proper LVDS display support In-Reply-To: References: <1418735363-5851-1-git-send-email-marex@denx.de> <1418735363-5851-8-git-send-email-marex@denx.de> Message-ID: <201412161759.26145.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, December 16, 2014 at 05:22:31 PM, Simon Glass wrote: > Hi Marek, > > On 16 December 2014 at 06:09, Marek Vasut wrote: > > Repair the register configuration and add proper support for the > > display attached to both LVDS channels. > > > > Signed-off-by: Marek Vasut > > Cc: Igor Grinberg > > Cc: Nikita Kiryanov > > Cc: Sean Cross > > Cc: Simon Glass > > Cc: Stefano Babic > > Cc: Tim Harvey > > --- > > > > board/kosagi/novena/novena.c | 8 + > > board/kosagi/novena/novena.h | 8 + > > board/kosagi/novena/novena_spl.c | 7 + > > board/kosagi/novena/video.c | 400 > > ++++++++++++++++++++++++++++++++++++--- include/configs/novena.h > > | 1 + > > 5 files changed, 401 insertions(+), 23 deletions(-) > > Could perhaps move the board to driver model for I2C. That's the plan, not only this one, but SoCFPGA in general and all the DENX boards. Best regards, Marek Vasut