diff options
| author | Laurent Pinchart <[email protected]> | 2020-06-29 23:33:17 +0000 |
|---|---|---|
| committer | Sam Ravnborg <[email protected]> | 2020-06-30 13:52:56 +0000 |
| commit | 41fad307b55fac7c7f3b9f77dfb663d0d3857330 (patch) | |
| tree | 49eaa92be33b4d0ef68342e3c5059047f448a464 /drivers/gpu/drm/panel/panel-simple.c | |
| parent | drm/i915: Send hotplug event if edid had changed (diff) | |
| download | kernel-41fad307b55fac7c7f3b9f77dfb663d0d3857330.tar.gz kernel-41fad307b55fac7c7f3b9f77dfb663d0d3857330.zip | |
drm: panel: simple: Correct connector type for Starry KR070PE2T
The Starry KR070PE2T panel is a DPI panel, not and LVDS panel. Fix its
connector type.
Signed-off-by: Laurent Pinchart <[email protected]>
Reviewed-by: Pascal Roeleven <[email protected]>
Signed-off-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index bff1cab529d2..ac6e8d55a3a2 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -3320,7 +3320,7 @@ static const struct panel_desc starry_kr070pe2t = { }, .bus_format = MEDIA_BUS_FMT_RGB888_1X24, .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE, - .connector_type = DRM_MODE_CONNECTOR_LVDS, + .connector_type = DRM_MODE_CONNECTOR_DPI, }; static const struct drm_display_mode starry_kr122ea0sra_mode = { |
