Re: [U-Boot] [PATCH v2 2/2] imx: make ipu's di configurable

2016-11-29 Thread Stefano Babic
On 01/11/2016 15:04, Max Krummenacher wrote: > The ipu has two display interfaces. Make the used one a parameter > in struct display_info_t instead of using unconditionally DI0. > DI0 is the default setting. > > Signed-off-by: Max Krummenacher > > --- > Applied

Re: [U-Boot] [PATCH v2 2/2] imx: make ipu's di configurable

2016-11-01 Thread Eric Nelson
On 11/01/2016 07:04 AM, Max Krummenacher wrote: > The ipu has two display interfaces. Make the used one a parameter > in struct display_info_t instead of using unconditionally DI0. > DI0 is the default setting. > > Signed-off-by: Max Krummenacher > > --- > >

[U-Boot] [PATCH v2 2/2] imx: make ipu's di configurable

2016-11-01 Thread Max Krummenacher
The ipu has two display interfaces. Make the used one a parameter in struct display_info_t instead of using unconditionally DI0. DI0 is the default setting. Signed-off-by: Max Krummenacher --- Changes in v2: - none arch/arm/imx-common/video.c | 2 +-