public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mm
@ 2022-01-28 10:18 Heiko Thiery
  2022-01-28 10:18 ` [PATCH 2/2] configs/*imx8mm*: remove [SPL_]CLK_COMPOSITE_CCF Heiko Thiery
  2022-01-28 11:05 ` [PATCH 1/2] clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mm Marcel Ziswiler
  0 siblings, 2 replies; 4+ messages in thread
From: Heiko Thiery @ 2022-01-28 10:18 UTC (permalink / raw)
  To: u-boot
  Cc: Ying-Chun Liu, Jagan Teki, Matteo Lisi, Adam Ford, Peng Fan,
	Tim Harvey, Frieder Schrempf, Teresa Remmet, Marcel Ziswiler,
	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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig
index 96721bcbf3..1800b1860b 100644
--- a/drivers/clk/imx/Kconfig
+++ b/drivers/clk/imx/Kconfig
@@ -26,6 +26,7 @@ config SPL_CLK_IMX8MM
 	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.MX8MM
 
@@ -34,6 +35,7 @@ config CLK_IMX8MM
 	depends on ARCH_IMX8M
 	select CLK
 	select CLK_CCF
+	select CLK_COMPOSITE_CCF
 	help
 	  This enables support clock driver for i.MX8MM platforms.
 
-- 
2.30.2


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

end of thread, other threads:[~2022-01-28 11:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-28 10:18 [PATCH 1/2] clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mm Heiko Thiery
2022-01-28 10:18 ` [PATCH 2/2] configs/*imx8mm*: remove [SPL_]CLK_COMPOSITE_CCF Heiko Thiery
2022-01-28 11:06   ` Marcel Ziswiler
2022-01-28 11:05 ` [PATCH 1/2] clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mm Marcel Ziswiler

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