Re: [U-Boot] [PATCH v3] mx53loco: Add support for SEIKO 4.3'' WVGA panel

2013-01-09 Thread Stefano Babic
On 09/01/2013 16:10, Fabio Estevam wrote: > Add support for the Seiko 4.3'' WVGA panel on mx53loco. > > By default, the CLAA WVGA panel is selected. > > In order to support the Seiko panel, the enviroment variable 'panel' must be > set to 'seiko'. > > Signed-off-by: Fabio Estevam > --- Applied

[U-Boot] [PATCH v3] mx53loco: Add support for SEIKO 4.3'' WVGA panel

2013-01-09 Thread Fabio Estevam
Add support for the Seiko 4.3'' WVGA panel on mx53loco. By default, the CLAA WVGA panel is selected. In order to support the Seiko panel, the enviroment variable 'panel' must be set to 'seiko'. Signed-off-by: Fabio Estevam --- Changes since v2: - Simplify lcd detection logic Changes since v1: -