Re: [PATCH 1/2] drm/panel-simple: add support for NEC NL10276BC13-01C panel

2020-06-29 Thread Sam Ravnborg
On Mon, May 11, 2020 at 11:29:24PM +0300, Maksim Melnikov wrote: > The NL10276BC13-01C is a 6.5" 1024x768 XGA TFT LCD panel with LVDS interface. > It is used for industrial purposes in devices such as HMI. > > Signed-off-by: Maksim Melnikov > --- > drivers/gpu/drm/panel/panel-simple.c | 28

[PATCH 1/2] drm/panel-simple: add support for NEC NL10276BC13-01C panel

2020-05-11 Thread Maksim Melnikov
The NL10276BC13-01C is a 6.5" 1024x768 XGA TFT LCD panel with LVDS interface. It is used for industrial purposes in devices such as HMI. Signed-off-by: Maksim Melnikov --- drivers/gpu/drm/panel/panel-simple.c | 28 1 file changed, 28 insertions(+) diff --git a/driv