summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Soares <[email protected]>2026-07-10 15:33:00 +0100
committerFabio Estevam <[email protected]>2026-07-27 13:05:07 -0300
commit9d42978d91a1721781aa0f7ae08a2d95d972d762 (patch)
tree1da09c2658282afdffa4389112382b1d704e561d
parentf7d1cb673de0c483f82c6abec86ff2cbf7133025 (diff)
toradex: tdx-cfg-block: Add aquila tda4 0230 pid4
Add the new 0230 PID4 to config block handling: - 0230 Aquila TDA4 Octa 8GB IT Signed-off-by: Vitor Soares <[email protected]>
-rw-r--r--board/toradex/common/tdx-cfg-block.c1
-rw-r--r--board/toradex/common/tdx-cfg-block.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
index c46dd46ca98..3ac253e69ea 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -191,6 +191,7 @@ const struct toradex_som toradex_modules[] = {
{ VERDIN_IMX95H_4G_ET, "Verdin iMX95 Hexa 4GB ET", TARGET_IS_ENABLED(VERDIN_IMX95) },
{ VERDIN_IMX95H_16G_IT, "Verdin iMX95 Hexa 16GB IT", TARGET_IS_ENABLED(VERDIN_IMX95) },
{ SMARC_IMX95_HEXA_4GB_IT, "SMARC iMX95 Hexa 4GB IT", TARGET_IS_ENABLED(TORADEX_SMARC_IMX95) },
+ { AQUILA_TDA4O_8GB_IT, "Aquila TDA4 Octa 8GB IT", TARGET_IS_ENABLED(AQUILA_AM69_A72) },
};
struct pid4list {
diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
index 3ff7c2b6376..8fe76640c46 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -154,6 +154,7 @@ enum {
VERDIN_IMX95H_4G_ET,
VERDIN_IMX95H_16G_IT,
SMARC_IMX95_HEXA_4GB_IT,
+ AQUILA_TDA4O_8GB_IT, /* 230 */
};
enum {