Re: [U-Boot] [PATCH 01/12] arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly

2015-08-02 Thread Stefano Babic
On 23/07/2015 16:19, 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

Re: [U-Boot] [PATCH 01/12] arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly

2015-07-26 Thread Nikolay Dimitrov
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.

Re: [U-Boot] [PATCH 01/12] arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly

2015-07-26 Thread Nikita Kiryanov
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

Re: [U-Boot] [PATCH 01/12] arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly

2015-07-26 Thread Igor Grinberg
Hi Nikita, On 07/23/15 17:19, 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

[U-Boot] [PATCH 01/12] arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly

2015-07-23 Thread Nikita Kiryanov
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:

Re: [U-Boot] [PATCH 01/12] arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly

2015-07-23 Thread Nikolay Dimitrov
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