Re: [PATCH v4 3/3] drm/panel: add panel driver for Leadtek LTK500HD1829

2020-01-04 Thread Sam Ravnborg
On Tue, Dec 24, 2019 at 12:26:41PM +0100, Heiko Stuebner wrote: > From: Heiko Stuebner > > The LTK500HD1829 is 5.5" DSI display. > > changes in v4: > - drop error message if backlight not found, no other panel > does that and if needed it should live in drm_panel_of_backlight > changes in v3:

[PATCH v4 3/3] drm/panel: add panel driver for Leadtek LTK500HD1829

2019-12-24 Thread Heiko Stuebner
From: Heiko Stuebner The LTK500HD1829 is 5.5" DSI display. changes in v4: - drop error message if backlight not found, no other panel does that and if needed it should live in drm_panel_of_backlight changes in v3: - drop one more overlooked panel->drm access Signed-off-by: Heiko Stuebner ---