diff mbox series

[1/2] clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mn

Message ID 20220130063706.538076-1-heiko.thiery@gmail.com
State Accepted
Commit e7c5a6383bbfedb14ac8886838006589ecb50b61
Delegated to: Stefano Babic
Headers show
Series [1/2] clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mn | expand

Commit Message

Heiko Thiery Jan. 30, 2022, 6:37 a.m. UTC
The clock composite is required when using the clock framework. So
select it automatically.

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 drivers/clk/imx/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefano Babic Feb. 19, 2022, 1:08 p.m. UTC | #1
> The clock composite is required when using the clock framework. So
> select it automatically.
> Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig
index 96721bcbf3..a2cd0347c3 100644
--- a/drivers/clk/imx/Kconfig
+++ b/drivers/clk/imx/Kconfig
@@ -42,6 +42,7 @@  config SPL_CLK_IMX8MN
 	depends on ARCH_IMX8M && SPL
 	select SPL_CLK
 	select SPL_CLK_CCF
+	select SPL_CLK_COMPOSITE_CCF
 	help
 	  This enables SPL DM/DTS support for clock driver in i.MX8MN
 
@@ -50,6 +51,7 @@  config CLK_IMX8MN
 	depends on ARCH_IMX8M
 	select CLK
 	select CLK_CCF
+	select CLK_COMPOSITE_CCF
 	help
 	  This enables support clock driver for i.MX8MN platforms.