From: Vitor Soares <ivitro@gmail.com>
To: Francesco Dolcini <francesco.dolcini@toradex.com>,
Tom Rini <trini@konsulko.com>
Cc: Vitor Soares <vitor.soares@toradex.com>,
u-boot@lists.denx.de, ivitro@gmail.com
Subject: [PATCH v1 2/3] toradex: tdx-cfg-block: add 0096 Toradex SMARC iMX95
Date: Mon, 7 Apr 2025 14:04:35 +0100 [thread overview]
Message-ID: <20250407130436.223645-3-ivitro@gmail.com> (raw)
In-Reply-To: <20250407130436.223645-1-ivitro@gmail.com>
From: Vitor Soares <vitor.soares@toradex.com>
Add PID4 0096 Toradex SMARC iMX95 Hexa 8GB WB IT to config block handling.
Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
---
board/toradex/common/tdx-cfg-block.c | 1 +
board/toradex/common/tdx-cfg-block.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
index b2149438b88c..cd1e75dcca6f 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -164,6 +164,7 @@ const struct toradex_som toradex_modules[] = {
{ APALIS_IMX8QP_WIFI_BT_1300MHZ, "Apalis iMX8QP 2GB WB", TARGET_IS_ENABLED(APALIS_IMX8) },
{ APALIS_IMX8QP_1300MHZ, "Apalis iMX8QP 2GB", TARGET_IS_ENABLED(APALIS_IMX8) },
{ APALIS_IMX8QM_8GB_WIFI_BT_IT_1300MHZ, "Apalis iMX8QM 8GB WB IT", TARGET_IS_ENABLED(APALIS_IMX8) },
+ { SMARC_IMX95_HEXA_8GB_WB_IT, "SMARC iMX95 Hexa 8GB WB IT", TARGET_IS_ENABLED(TORADEX_SMARC_IMX95) },
};
struct pid4list {
diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
index eaa52ed24f70..71d70015da13 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -122,6 +122,7 @@ enum {
APALIS_IMX8QP_WIFI_BT_1300MHZ,
APALIS_IMX8QP_1300MHZ,
APALIS_IMX8QM_8GB_WIFI_BT_IT_1300MHZ, /* 95 */
+ SMARC_IMX95_HEXA_8GB_WB_IT,
};
enum {
--
2.34.1
next prev parent reply other threads:[~2025-04-07 18:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-07 13:04 [PATCH v1 0/3] Add support for Toradex SMARC i.MX8MP Vitor Soares
2025-04-07 13:04 ` [PATCH v1 1/3] arm: dts: imx8mp: sync with Linux v6.15-rc1 Vitor Soares
2025-04-07 13:04 ` Vitor Soares [this message]
2025-04-07 13:04 ` [PATCH v1 3/3] board: toradex: add Toradex SMARC iMX8MP Vitor Soares
2025-04-11 14:14 ` Fabio Estevam
2025-04-08 20:22 ` [PATCH v1 0/3] Add support for Toradex SMARC i.MX8MP Francesco Dolcini
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=20250407130436.223645-3-ivitro@gmail.com \
--to=ivitro@gmail.com \
--cc=francesco.dolcini@toradex.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vitor.soares@toradex.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox