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)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit8caf7ae47bf2615a1e7fa78c02c775c8e71c60d6
treeef6c487786f1329453f36efa5510ed04c829464d
parent3bd9122cb2500433de0e5e52293122f60cf3f327
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>
Signed-off-by: Vipul Kumar <vipul_kumar@mentor.com>
arch/arm/boot/dts/imx7s.dtsi
drivers/video/fbdev/mxsfb.c