Re: [U-Boot] [PATCH] sunxi: video: Add support for Hitachi tx18d42vm LVDS LCD panels

2015-01-23 Thread Ian Campbell
On Thu, 2015-01-22 at 20:52 +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: Ian Campbe

Re: [U-Boot] [PATCH] sunxi: video: Add support for Hitachi tx18d42vm LVDS LCD panels

2015-01-22 Thread Anatolij Gustschin
Hi, On Thu, 22 Jan 2015 20:52:26 +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: Ana

Re: [U-Boot] [PATCH] sunxi: video: Add support for Hitachi tx18d42vm LVDS LCD panels

2015-01-22 Thread Hans de Goede
Hi Note this is v3, I forgot to set the subject-prefix for this. Changes since v2 are using "if (IS_ENABLED(CONFIG_...))" rather then #ifdef. Regards, Hans On 22-01-15 20:52, Hans de Goede wrote: Add support for Hitachi tx18d42vm LVDS LCD panels, these panels have a lcd controller which needs

[U-Boot] [PATCH] sunxi: video: Add support for Hitachi tx18d42vm LVDS LCD panels

2015-01-22 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 --- board/sunxi/Kconfig | 7 +++ drivers/video/sunxi_display.c | 5 +