public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imxrt10{20|50}
@ 2022-01-30  6:38 Heiko Thiery
  2022-01-30  6:38 ` [PATCH 2/2] configs/*imxrt10*: remove [SPL_]CLK_COMPOSITE_CCF Heiko Thiery
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Heiko Thiery @ 2022-01-30  6:38 UTC (permalink / raw)
  To: u-boot; +Cc: Giulio Benetti, Lukasz Majewski, Sean Anderson, Heiko Thiery

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 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig
index a2cd0347c3..cdd348020b 100644
--- a/drivers/clk/imx/Kconfig
+++ b/drivers/clk/imx/Kconfig
@@ -76,6 +76,7 @@ config SPL_CLK_IMXRT1020
 	depends on ARCH_IMXRT && 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.MXRT1020
 
@@ -84,6 +85,7 @@ config CLK_IMXRT1020
 	depends on ARCH_IMXRT
 	select CLK
 	select CLK_CCF
+	select CLK_COMPOSITE_CCF
 	help
 	  This enables support clock driver for i.MXRT1020 platforms.
 
@@ -92,6 +94,7 @@ config SPL_CLK_IMXRT1050
 	depends on ARCH_IMXRT && 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.MXRT1050
 
@@ -100,5 +103,6 @@ config CLK_IMXRT1050
 	depends on ARCH_IMXRT
 	select CLK
 	select CLK_CCF
+	select CLK_COMPOSITE_CCF
 	help
 	  This enables support clock driver for i.MXRT1050 platforms.
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-05 16:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-30  6:38 [PATCH 1/2] clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imxrt10{20|50} Heiko Thiery
2022-01-30  6:38 ` [PATCH 2/2] configs/*imxrt10*: remove [SPL_]CLK_COMPOSITE_CCF Heiko Thiery
2022-01-30 11:28   ` Giulio Benetti
2022-02-05 16:43   ` sbabic
2022-01-30 11:29 ` [PATCH 1/2] clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imxrt10{20|50} Giulio Benetti
2022-02-05 16:41 ` sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox