From: Heiko Thiery <heiko.thiery@gmail.com>
To: u-boot@lists.denx.de
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com>,
Lukasz Majewski <lukma@denx.de>,
Sean Anderson <seanga2@gmail.com>,
Heiko Thiery <heiko.thiery@gmail.com>
Subject: [PATCH 1/2] clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imxrt10{20|50}
Date: Sun, 30 Jan 2022 07:38:12 +0100 [thread overview]
Message-ID: <20220130063812.538674-1-heiko.thiery@gmail.com> (raw)
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
next reply other threads:[~2022-01-30 6:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-30 6:38 Heiko Thiery [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220130063812.538674-1-heiko.thiery@gmail.com \
--to=heiko.thiery@gmail.com \
--cc=giulio.benetti@benettiengineering.com \
--cc=lukma@denx.de \
--cc=seanga2@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox