From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 13 Jan 2014 19:55:19 -0700 Subject: [U-Boot] [PATCH 1/5] edid: add function to convert edid to fb_videomode In-Reply-To: References: <1389165866-17509-1-git-send-email-christian.gmeiner@gmail.com> <52D067C9.90106@boundarydevices.com> Message-ID: <52D4A717.8060707@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 Hi Fabio, On 01/13/2014 05:36 PM, Fabio Estevam wrote: > Hi Eric, > > On Fri, Jan 10, 2014 at 7:36 PM, Eric Nelson > wrote: > >> I just tried gluing this up for use in the Nitrogen6X HDMI channel, >> but found that this is more difficult than expected. >> >> Apparently the i.MX6 clock tree doesn't (yet) support use with >> the 1080P monitor I have connected. > > Yes, that's true. > > Should we try adding the common clock framework driver from the kernel > into U-boot? > I think if we don't do it all at once, we'll end up doing it in pieces... Regards Eric