All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
To: sbabic@denx.de, festevam@gmail.com,
	"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>
Cc: u-boot@lists.denx.de, trini@konsulko.com, Peng Fan <peng.fan@nxp.com>
Subject: [PATCH 2/3] imx: imx8mq: default select CLK_IMX8MQ
Date: Fri, 29 Apr 2022 16:01:48 +0800	[thread overview]
Message-ID: <20220429080149.29344-2-peng.fan@oss.nxp.com> (raw)
In-Reply-To: <20220429080149.29344-1-peng.fan@oss.nxp.com>

From: Peng Fan <peng.fan@nxp.com>

Since the power domain driver default select CONFIG_CLK, so we will
meet lots failures without CLK_IMX8MQ, so default select it.

Fixes: commit 4eb82c2e56a7c ("imx: power-domain: Get rid of SMCCC dependency")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm/mach-imx/imx8m/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig
index 24299ae037f..7f23d687be3 100644
--- a/arch/arm/mach-imx/imx8m/Kconfig
+++ b/arch/arm/mach-imx/imx8m/Kconfig
@@ -8,6 +8,7 @@ config IMX8M
 config IMX8MQ
 	bool
 	select IMX8M
+	select CLK_IMX8MQ
 
 config IMX8MM
 	bool
-- 
2.36.0


  reply	other threads:[~2022-04-29  7:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-29  8:01 [PATCH 1/3] Kconfig: set i.MX8MQ SYS_MALLOC_F_LEN Peng Fan (OSS)
2022-04-29  8:01 ` Peng Fan (OSS) [this message]
2022-04-30 13:49   ` [PATCH 2/3] imx: imx8mq: default select CLK_IMX8MQ Adam Ford
2022-05-01  9:44     ` Peng Fan (OSS)
2022-04-29  8:01 ` [PATCH 3/3] imx: imx8mq: select CONFIG_CMD_CLK Peng Fan (OSS)
2022-06-10 18:13 ` [PATCH 1/3] Kconfig: set i.MX8MQ SYS_MALLOC_F_LEN Heiko Thiery

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=20220429080149.29344-2-peng.fan@oss.nxp.com \
    --to=peng.fan@oss.nxp.com \
    --cc=festevam@gmail.com \
    --cc=peng.fan@nxp.com \
    --cc=sbabic@denx.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.