drm/panel: add panel driver for Leadtek LTK500HD1829
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Tue, 24 Dec 2019 11:26:41 +0000 (12:26 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Sat, 4 Jan 2020 15:46:01 +0000 (16:46 +0100)
commite98910bee6097b7c0f7beb76ab1d70ee52931d40
tree077e8bf3f64ad8f63928fa7259e7947876e9ea8d
parenteeb15a55d22bacc49814bfccf43e2397e6e5f476
drm/panel: add panel driver for Leadtek LTK500HD1829

The LTK500HD1829 is 5.5" DSI display.

v5:
  - Fix some trivial checkpatch warnings while applying (sam)

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 <heiko.stuebner@theobroma-systems.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20191224112641.30647-3-heiko@sntech.de
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile
drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c [new file with mode: 0644]