1
0
Fork 0

drm/panel: simple: Fix g121x1_l03 hsync/vsync polarity

Set hsync/vsync to active low for g121x1_l03 panel to match the
recommended setting in the datasheet.

Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
hifive-unleashed-5.1
Akshay Bhat 2016-03-01 18:06:54 -05:00 committed by Thierry Reding
parent 97b6ae50e0
commit 2e8c5eb9ef
1 changed files with 1 additions and 0 deletions

View File

@ -847,6 +847,7 @@ static const struct drm_display_mode innolux_g121x1_l03_mode = {
.vsync_end = 768 + 38 + 1,
.vtotal = 768 + 38 + 1 + 0,
.vrefresh = 60,
.flags = DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC,
};
static const struct panel_desc innolux_g121x1_l03 = {