Commits
Robert Chiras committed 8aeba3b4aed
MLK-14283: mxsfb: fix clock definitions for lcdif The mxsfb framebuffer driver uses three clock definitions, but only two are defined in DTS for imx7s (also used by imx7d); because of this, driver fails in probe. Since iMX7D uses only one clock, add the third clock and make two of them dummy. Also, add additional error messages for better identification of a failing probe. Signed-off-by: Robert Chiras <robert.chiras@nxp.com>