MLK-14283: mxsfb: fix clock definitions for lcdif
authorRobert Chiras <robert.chiras@nxp.com>
Mon, 27 Feb 2017 13:19:50 +0000 (15:19 +0200)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:10:47 +0000 (15:10 -0500)
commitdfe397b089d58c115b3ccff418734fef0246189c
treec55a3289faee3c27dbe384e7c29155875d4dacee
parentbfa8c45d21bf2e759a2d4c0874d15e8f119cab84
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>
arch/arm/boot/dts/imx7s.dtsi
drivers/video/fbdev/mxsfb.c