mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
drm/panel: simple: Add missing connector type and pixel format for AUO T215HVN01
[ Upstream commit7a675a8fa5] The connector type and pixel format are missing for this panel, add them to prevent various drivers from failing to determine either of those parameters. Fixes:7ee933a1d5("drm/panel: simple: Add support for AUO T215HVN01") Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230709134914.449328-1-marex@denx.de Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4174f889c4
commit
92eaa18403
@@ -1159,7 +1159,9 @@ static const struct panel_desc auo_t215hvn01 = {
|
|||||||
.delay = {
|
.delay = {
|
||||||
.disable = 5,
|
.disable = 5,
|
||||||
.unprepare = 1000,
|
.unprepare = 1000,
|
||||||
}
|
},
|
||||||
|
.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
|
||||||
|
.connector_type = DRM_MODE_CONNECTOR_LVDS,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct drm_display_mode avic_tm070ddh03_mode = {
|
static const struct drm_display_mode avic_tm070ddh03_mode = {
|
||||||
|
|||||||
Reference in New Issue
Block a user