[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
Showing
- arch/arm/include/asm/arch-imx8m/clock.h 1 addition, 6 deletionsarch/arm/include/asm/arch-imx8m/clock.h
- arch/arm/mach-imx/imx8m/clock_imx8mm.c 14 additions, 11 deletionsarch/arm/mach-imx/imx8m/clock_imx8mm.c
- drivers/video/nxp/imx/imx_lcdifv3.c 13 additions, 2 deletionsdrivers/video/nxp/imx/imx_lcdifv3.c
Loading
-
mentioned in commit clea-os/layers/seco/meta-seco-imx@4bba44b0
-
mentioned in merge request clea-os/layers/seco/meta-seco-imx!505 (merged)
-
mentioned in commit clea-os/seco-manifest@78e12e87
-
mentioned in merge request clea-os/seco-manifest!787 (merged)
Please register or sign in to comment