From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Dimitrov Date: Sat, 23 May 2015 01:19:25 +0300 Subject: [U-Boot] [PATCH] mx6sabresd: Enable HDMI video in bootargs In-Reply-To: References: <1432322366-20190-1-git-send-email-picmaster@mail.bg> Message-ID: <555FAB6D.9030801@mail.bg> 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 05/22/2015 10:28 PM, Fabio Estevam wrote: > Hi Nikolay, > > On Fri, May 22, 2015 at 4:19 PM, Nikolay Dimitrov wrote: > >> +#define VIDEO_ARGS "video=mxcfb0:dev=hdmi,1280x720M at 60,if=RGB24 " \ >> + "video=mxcfb1:off " \ >> + "video=mxcfb2:off " \ >> + "video=mxcfb3:off " \ >> + "fbmem=28M" >> + > > This is too specific to the FSL kernel. For mainline kernel users, > this is not needed and the strings would be different. > > I would suggest you to patch this in Yocto instead. Thanks for your comments. I was thinking about what's the best way to approach this need, and last time we discussed similar topic, I was asked about upstreaming my changes... so here I am doing it. Fixing it in u-boot-fslc or as a ad-hoc patch will also work for me. Still - isn't the mainline kernel user expected to be able to use the HDMI interface of the board? Regards, Nikolay