disp: msm: update VDC-m hardware version in display driver
Update the VDC-m hardware version in the display driver as per the latest programming guidelines. Change-Id: I0073cb7b713599de43f2a675202390df3b4a1d58 Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
77a07da7c3
commit
b55251f17f
@@ -2466,7 +2466,7 @@ static int dsi_panel_parse_vdc_params(struct dsi_display_mode *mode,
|
||||
rc = utils->read_u32(utils->data, "qcom,vdc-version", &data);
|
||||
if (rc) {
|
||||
priv_info->vdc.version_major = 0x1;
|
||||
priv_info->vdc.version_minor = 0x1;
|
||||
priv_info->vdc.version_minor = 0x2;
|
||||
priv_info->vdc.version_release = 0x0;
|
||||
rc = 0;
|
||||
} else {
|
||||
@@ -2477,7 +2477,7 @@ static int dsi_panel_parse_vdc_params(struct dsi_display_mode *mode,
|
||||
priv_info->vdc.version_minor = data & 0x0F;
|
||||
if ((priv_info->vdc.version_major != 0x1) &&
|
||||
((priv_info->vdc.version_minor
|
||||
!= 0x1))) {
|
||||
!= 0x2))) {
|
||||
DSI_ERR("%s:unsupported major:%d minor:%d version\n",
|
||||
__func__,
|
||||
priv_info->vdc.version_major,
|
||||
|
Reference in New Issue
Block a user