View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004222 | fsimx_Linux | General | public | 2020-03-06 15:17 | 2020-05-05 14:48 |
Reporter | gerbach | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | fsimx7ulp-B2019.12 | ||||
Target Version | fsimx6-Y2020.03 | Fixed in Version | fsimx6-Y2020.03 | ||
Summary | 0004222: The lcd display does not work after git commit Add device tree property unblank_delay to mxc_ipuv3_fb.c | ||||
Description | After the git commit "Add device tree property unblank_delay to mxc_ipuv3_fb.c" commit id : 094fb2a37cab175bbb9b699a56f6c48dab3510d0 the lcd display does not work anymore. Kernel boot output gives: mxc_sdc_fb fb@0: get mxcfb of property fail mxc_sdc_fb: probe of fb@0 failed with error -22 | ||||
Forum Link | |||||
|
Commit id: a905abb4b7ed079d66e90d4bc471f9ecb19351f6 Fix mxcfb driver probe fail Fix commit Add device tree property unblank_delay to mxc_ipuv3_fb.c with id : 094fb2a37cab175bbb9b699a56f6c48dab3510d0 The mxcfb_get_of_property function returned an error code if the device tree property "unblank_delay" was not set and the mxcfb driver failed to probe. Now the error variable gets set to zero after the of_proerty_read. |