drm/panel: panel-simple: add bus-format and connector-type to
From: Heiko Stuebner <heiko.stuebner@...> Date: Thu, 7 Jan 2021 00:00:13 +0100
Commit-Message
The Innolux n116bge panel has an eDP connector and 3*6 bits bus format. Signed-off-by: Heiko Stuebner <heiko.stuebner@...>
Patch-Comment
drivers/gpu/drm/panel/panel-simple.c | 2 ++ 1 file changed, 2 insertions(+)
Statistics
- 2 lines added
- 0 lines removed
Changes
--------------------- drivers/gpu/drm/panel/panel-simple.c ---------------------
index 41bbec72b2da..a0b65d263dce 100644
@@ -2265,6 +2265,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 = {