Re: [U-Boot] [PATCH v2 1/2] video: Add support for Hitachi tx18d42vm LVDS LCD panels

2015-01-22 Thread Anatolij Gustschin
On Tue, 20 Jan 2015 15:08:01 +0100 Hans de Goede wrote: > Add support for Hitachi tx18d42vm LVDS LCD panels, these panels have a > lcd controller which needs to be initialized over SPI, once that is > done they work like a regular LVDS panel. > > Signed-off-by: Hans de Goede Acked-by: Anatolij

[U-Boot] [PATCH v2 1/2] video: Add support for Hitachi tx18d42vm LVDS LCD panels

2015-01-20 Thread Hans de Goede
Add support for Hitachi tx18d42vm LVDS LCD panels, these panels have a lcd controller which needs to be initialized over SPI, once that is done they work like a regular LVDS panel. Signed-off-by: Hans de Goede --- drivers/video/Kconfig | 15 +-- drivers/video/Makefile