drm/panel: panel-simple: add bus-format and connector-type to Innolux n116bge
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Sat, 9 Jan 2021 13:09:51 +0000 (14:09 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 18 Jan 2021 12:12:20 +0000 (13:12 +0100)
The Innolux n116bge panel has an eDP connector and 3*6 bits bus format.

Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210109130951.3448435-1-heiko@sntech.de
drivers/gpu/drm/panel/panel-simple.c

index 71ae200..4e2dad3 100644 (file)
@@ -2399,6 +2399,8 @@ static const struct panel_desc innolux_n116bge = {
                .width = 256,
                .height = 144,
        },
+       .bus_format = MEDIA_BUS_FMT_RGB666_1X18,
+       .connector_type = DRM_MODE_CONNECTOR_eDP,
 };
 
 static const struct drm_display_mode innolux_n125hce_gn1_mode = {