Commit 87969bcd authored by Heiko Stuebner's avatar Heiko Stuebner Committed by Heiko Stuebner
Browse files

drm/panel: panel-simple: add bus-format and connector-type to Innolux n116bge



The Innolux n116bge panel has an eDP connector and 3*6 bits bus format.

Signed-off-by: default avatarHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210109130951.3448435-1-heiko@sntech.de
parent 61712a5f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = {