Re: [PATCH v2] drm/panel: simple: Add Sharp LQ035Q7DB03 panel support

2018-07-11 Thread Thierry Reding
On Fri, Jul 06, 2018 at 09:51:01PM +0300, Vladimir Zapolskiy wrote: > The change adds support for Sharp LQ035Q7DB03 3.5" QVGA TFT panel. > > Note that this aged panel is already found in the kernel sources, > for instance in board mach files mach-mx21ads.c, mach-mx27ads.c, > mach-pcm043.c, lpd270.

Re: [PATCH v2] drm/panel: simple: Add Sharp LQ035Q7DB03 panel support

2018-07-11 Thread Rob Herring
On Fri, Jul 06, 2018 at 09:51:01PM +0300, Vladimir Zapolskiy wrote: > The change adds support for Sharp LQ035Q7DB03 3.5" QVGA TFT panel. > > Note that this aged panel is already found in the kernel sources, > for instance in board mach files mach-mx21ads.c, mach-mx27ads.c, > mach-pcm043.c, lpd270.

[PATCH v2] drm/panel: simple: Add Sharp LQ035Q7DB03 panel support

2018-07-06 Thread Vladimir Zapolskiy
The change adds support for Sharp LQ035Q7DB03 3.5" QVGA TFT panel. Note that this aged panel is already found in the kernel sources, for instance in board mach files mach-mx21ads.c, mach-mx27ads.c, mach-pcm043.c, lpd270.c and imx27-phytec-phycore-rdk.dts. Signed-off-by: Vladimir Zapolskiy --- Ch