U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Trimarchi <michael@amarulasolutions.com>
To: u-boot@lists.denx.de
Cc: Michael Trimarchi <michael@amarulasolutions.com>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Jerome Forissier <jerome.forissier@linaro.org>,
	Marek Vasut <marex@denx.de>,
	Patrick Barsanti <patrick.barsanti@amarulasolutions.com>,
	Peng Fan <peng.fan@nxp.com>, Tom Rini <trini@konsulko.com>
Subject: [PATCH 4/4] configs/imx6ulz_smm_m2_defconfig: Enable clock framework
Date: Sun, 25 May 2025 14:23:12 +0200	[thread overview]
Message-ID: <20250525122316.661999-4-michael@amarulasolutions.com> (raw)
In-Reply-To: <20250525122316.661999-1-michael@amarulasolutions.com>

Allow to use clock framework for the m2 platform. This allow
to have better performance to nand controller

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---

 configs/imx6ulz_smm_m2_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/imx6ulz_smm_m2_defconfig b/configs/imx6ulz_smm_m2_defconfig
index 436bfb78cc2..5f0ec452467 100644
--- a/configs/imx6ulz_smm_m2_defconfig
+++ b/configs/imx6ulz_smm_m2_defconfig
@@ -43,6 +43,8 @@ CONFIG_ENV_IS_IN_NAND=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_NO_NET=y
 CONFIG_BOUNCE_BUFFER=y
+CONFIG_CLK_COMPOSITE_CCF=y
+CONFIG_CLK_IMX6UL=y
 CONFIG_USB_FUNCTION_FASTBOOT=y
 CONFIG_FASTBOOT_BUF_ADDR=0x82000000
 CONFIG_FASTBOOT_FLASH=y
@@ -50,6 +52,7 @@ CONFIG_FASTBOOT_UUU_SUPPORT=y
 CONFIG_SYS_I2C_MXC=y
 # CONFIG_MMC is not set
 CONFIG_MTD=y
+CONFIG_DM_MTD=y
 CONFIG_MTD_RAW_NAND=y
 CONFIG_SYS_NAND_USE_FLASH_BBT=y
 CONFIG_NAND_MXS=y
-- 
2.43.0

base-commit: df2ed552f0b05591090369a7fe7ddc92439dea5c

  parent reply	other threads:[~2025-05-25 12:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-25 12:23 [PATCH 1/4] clk: imx: add i.MX6UL clk driver Michael Trimarchi
2025-05-25 12:23 ` [PATCH 2/4] mtd: mxs_nand_dt: Move from clk_get/clk_enable to clk_bulk api Michael Trimarchi
2025-05-26  8:43   ` Peng Fan
2025-05-26  7:38     ` Michael Nazzareno Trimarchi
2025-05-26  7:42       ` Michael Nazzareno Trimarchi
2025-05-26  9:25         ` Michael Nazzareno Trimarchi
2025-05-25 12:23 ` [PATCH 3/4] mtd: nand: Add support for EDO mode 1-5 to IMX6ULL platform Michael Trimarchi
2025-05-26 14:27   ` Fabio Estevam
2025-05-26 19:33     ` Michael Nazzareno Trimarchi
2025-05-25 12:23 ` Michael Trimarchi [this message]
2025-05-26 14:30   ` [PATCH 4/4] configs/imx6ulz_smm_m2_defconfig: Enable clock framework Fabio Estevam
2025-05-26  8:25 ` [PATCH 1/4] clk: imx: add i.MX6UL clk driver Peng Fan

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=20250525122316.661999-4-michael@amarulasolutions.com \
    --to=michael@amarulasolutions.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jerome.forissier@linaro.org \
    --cc=marex@denx.de \
    --cc=patrick.barsanti@amarulasolutions.com \
    --cc=peng.fan@nxp.com \
    --cc=trini@konsulko.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