From: Tomi Valkeinen Date: Tue, 15 Dec 2020 10:46:45 +0000 (+0200) Subject: drm/panel: panel-dsi-cm: add panel database to driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=08579473e23161a77b08ff37c3c7cf8d4db22beb;p=linux.git drm/panel: panel-dsi-cm: add panel database to driver Add a panel database to the driver instead of reading propertes from DT data. This is similar to panel-simple, and I believe it's more future safe way to handle the panels. Signed-off-by: Tomi Valkeinen Reviewed-by: Sam Ravnborg Reviewed-by: Sebastian Reichel Link: https://patchwork.freedesktop.org/patch/msgid/20201215104657.802264-73-tomi.valkeinen@ti.com --- diff --git a/drivers/gpu/drm/panel/panel-dsi-cm.c b/drivers/gpu/drm/panel/panel-dsi-cm.c index f5240fd82459b..c549329dc4b9f 100644 --- a/drivers/gpu/drm/panel/panel-dsi-cm.c +++ b/drivers/gpu/drm/panel/panel-dsi-cm.c @@ -21,10 +21,7 @@ #include #include -#include