public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1] configs: toradex-smarc-imx95: Enable remoteproc
@ 2026-02-26  9:29 Emanuele Ghidoli
  2026-02-26 13:47 ` Francesco Dolcini
  2026-02-27  1:36 ` Peng Fan
  0 siblings, 2 replies; 3+ messages in thread
From: Emanuele Ghidoli @ 2026-02-26  9:29 UTC (permalink / raw)
  To: u-boot
  Cc: Emanuele Ghidoli, Francesco Dolcini, Ernest Van Hoecke,
	Max Krummenacher, Tom Rini, Alice Guo, Peng Fan, Ye Li,
	Marek Vasut

From: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>

Enable the remoteproc command, i.MX remoteproc driver, System
Manager SCMI CPU and LMM support to control the Cortex-M7.

Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
---
 configs/toradex-smarc-imx95_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configs/toradex-smarc-imx95_defconfig b/configs/toradex-smarc-imx95_defconfig
index 77b355c12d6c..ad908949b592 100644
--- a/configs/toradex-smarc-imx95_defconfig
+++ b/configs/toradex-smarc-imx95_defconfig
@@ -74,6 +74,7 @@ CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_READ=y
+CONFIG_CMD_REMOTEPROC=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_USB_SDP=y
 CONFIG_CMD_USB_MASS_STORAGE=y
@@ -122,6 +123,8 @@ CONFIG_FASTBOOT_UUU_SUPPORT=y
 CONFIG_FASTBOOT_FLASH_MMC_DEV=0
 CONFIG_SPL_FIRMWARE=y
 # CONFIG_SCMI_AGENT_SMCCC is not set
+CONFIG_IMX_SM_CPU=y
+CONFIG_IMX_SM_LMM=y
 CONFIG_IMX_RGPIO2P=y
 CONFIG_DM_PCA953X=y
 CONFIG_SPL_DM_PCA953X=y
@@ -152,6 +155,7 @@ CONFIG_SPL_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_SPL_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_REMOTEPROC_IMX=y
 CONFIG_DM_RNG=y
 CONFIG_DM_SERIAL=y
 CONFIG_FSL_LPUART=y
-- 
2.43.0


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

end of thread, other threads:[~2026-02-27  1:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26  9:29 [PATCH v1] configs: toradex-smarc-imx95: Enable remoteproc Emanuele Ghidoli
2026-02-26 13:47 ` Francesco Dolcini
2026-02-27  1:36 ` Peng Fan

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