Skip to content
Snippets Groups Projects
Commit d5d5ecc9 authored by Jonas Höppner's avatar Jonas Höppner Committed by Michele Cirinei
Browse files

[i.MX8MP/i.MX93][DRIVER] Fix display clk tree configuration

This fixes b33b6536, which broke the
build for mx93evk.

The error was related with undefine enum values introduced be this
commit which where declared in the imx8m/clock.h which is used in
the lcdif driver. It is used in the lcdif driver and also outside
to configure the related clocks. As the 'mxs_set_lcdclk is also
abstracted and does different things depending on the build config,
I think a better aproach is to keep the lcdif_type only inside the
lcdif driver and add another function to configure the 2nd lcd interfaces
clocks, called 'mxs_set_lcdclk_2nd'.
parent bad87d83
No related branches found
No related tags found
1 merge request!253[i.MX8MP/i.MX93][DRIVER] Fix display clk tree configuration
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment