aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel/panel-simple.c
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2023-07-09 13:49:14 +0000
committerMarek Vasut <[email protected]>2023-07-31 16:38:19 +0000
commit7a675a8fa598edb29a664a91adb80f0340649f6f (patch)
tree3403ff4746e3e3be8cf3bf2235c0a18e74a9a2c1 /drivers/gpu/drm/panel/panel-simple.c
parentdrm/panel: Support for startek-kd070fhfid015 MIPI-DSI panel (diff)
downloadkernel-7a675a8fa598edb29a664a91adb80f0340649f6f.tar.gz
kernel-7a675a8fa598edb29a664a91adb80f0340649f6f.zip
drm/panel: simple: Add missing connector type and pixel format for AUO T215HVN01
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: 7ee933a1d5c4 ("drm/panel: simple: Add support for AUO T215HVN01") Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Sam Ravnborg <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/panel/panel-simple.c')
-rw-r--r--drivers/gpu/drm/panel/panel-simple.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 38580ff7f4c6..8e2f67c4ab49 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -1185,7 +1185,9 @@ static const struct panel_desc auo_t215hvn01 = {
.delay = {
.disable = 5,
.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 = {