From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Dimitrov Date: Sun, 26 Jul 2015 16:32:53 +0300 Subject: [U-Boot] [PATCH 01/12] arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly In-Reply-To: <20150726084809.GD29317@skynet> References: <1437661179-32128-1-git-send-email-nikita@compulab.co.il> <1437661179-32128-2-git-send-email-nikita@compulab.co.il> <55B12A51.3070208@mail.bg> <20150726084809.GD29317@skynet> Message-ID: <55B4E185.8010600@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 On 07/26/2015 11:48 AM, Nikita Kiryanov wrote: > On Thu, Jul 23, 2015 at 08:54:25PM +0300, Nikolay Dimitrov wrote: >> Hi Nikita, >> >> On 07/23/2015 05:19 PM, Nikita Kiryanov wrote: >>> U-Boot does not explicitly assign the display to an IPU interface. Instead, it >>> relies on the power-on default of DI0. >>> >>> Since the kernel reassigns HDMI display to DI1, after a warm reset the HDMI >>> display no longer works in U-Boot. >>> >>> Fix this by explicitly assigning HDMI to IPU1 DI0 in U-Boot. >>> >>> Cc: Stefano Babic >>> Cc: Igor Grinberg >>> Signed-off-by: Nikita Kiryanov >>> --- >>> board/compulab/cm_fx6/cm_fx6.c | 2 ++ >>> 1 file changed, 2 insertions(+) >> >> I'm just curious - what motivated your choice of DI0 instead of DI1? > > We discovered this after we already did a release with DI0, so I kept it > consistent with that release. > >> >> Regards, >> Nikolay >> > Thanks!