clk: imx: select SPL_CLK_COMPOSITE_CCF when SPL_CLK_IMX8MP

If SPL_CLK_IMX8MP is selected alone, it causes a build error.
The clock composite is required when using the clock framework, so
select it when SPL_CLK_IMX8MP is enabled.  This is already being
done outside of SPL.

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Adam Ford 2025-03-18 18:38:36 -05:00 committed by Fabio Estevam
parent e066636eed
commit 225b3a7783

View file

@ -60,6 +60,7 @@ config SPL_CLK_IMX8MP
depends on ARCH_IMX8M && SPL depends on ARCH_IMX8M && SPL
select SPL_CLK select SPL_CLK
select SPL_CLK_CCF select SPL_CLK_CCF
select SPL_CLK_COMPOSITE_CCF
help help
This enables SPL DM/DTS support for clock driver in i.MX8MP This enables SPL DM/DTS support for clock driver in i.MX8MP