]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel: panel-simple: fix AUO G101EVN010 connector/panel type
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 17 Apr 2020 11:40:43 +0000 (14:40 +0300)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 4 May 2020 19:44:27 +0000 (21:44 +0200)
commit81f78d87c5c3fda1b6d378967bb56a77305f5818
treebb62db1615f906d5de7a755c77727d52942e2286
parentd7171943c77ed8864565f89712ec9403aa8b19cb
drm/panel: panel-simple: fix AUO G101EVN010 connector/panel type

The AUO G101EVN010 is a 18-bit LVDS panel, not a parallel panel, as
indicated by the current bus_format.

Fix the bus_format to MEDIA_BUS_FMT_RGB666_1X7X3_SPWG, and also set the
connector_type to LVDS.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
[updated patch subject]
Link: https://patchwork.freedesktop.org/patch/msgid/20200417114043.25381-1-tomi.valkeinen@ti.com
drivers/gpu/drm/panel/panel-simple.c