Skip to content

Commit 8a4f5e1

Browse files
tombasravnborg
authored andcommitted
drm/panel-simple: fix connector type for newhaven_nhd_43_480272ef_atxl
Add connector type for newhaven_nhd_43_480272ef_atxl, as drm_panel_bridge_add() requires connector type to be set. Signed-off-by: Tomi Valkeinen <[email protected]> Cc: [email protected] # v5.5+ Signed-off-by: Sam Ravnborg <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent efb9479 commit 8a4f5e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/panel/panel-simple.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2664,6 +2664,7 @@ static const struct panel_desc newhaven_nhd_43_480272ef_atxl = {
26642664
.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
26652665
.bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_POSEDGE |
26662666
DRM_BUS_FLAG_SYNC_DRIVE_POSEDGE,
2667+
.connector_type = DRM_MODE_CONNECTOR_DPI,
26672668
};
26682669

26692670
static const struct display_timing nlt_nl192108ac18_02d_timing = {

0 commit comments

Comments
 (0)