Skip to content

Commit 2c56a75

Browse files
Fabio Estevamsuperna9999
authored andcommitted
drm/panel: simple: Add connector_type for innolux_at043tn24
The innolux at043tn24 display is a parallel LCD. Pass the 'connector_type' information to avoid the following warning: panel-simple panel: Specify missing connector_type Signed-off-by: Fabio Estevam <[email protected]> Fixes: 41bcceb ("drm/panel: simple: Add support for Innolux AT043TN24") Reviewed-by: Sam Ravnborg <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 54d2174 commit 2c56a75

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
@@ -2117,6 +2117,7 @@ static const struct panel_desc innolux_at043tn24 = {
21172117
.height = 54,
21182118
},
21192119
.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
2120+
.connector_type = DRM_MODE_CONNECTOR_DPI,
21202121
.bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_POSEDGE,
21212122
};
21222123

0 commit comments

Comments
 (0)