diff options
| author | Vitor Soares <[email protected]> | 2026-07-10 15:32:59 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-07-27 13:05:07 -0300 |
| commit | f7d1cb673de0c483f82c6abec86ff2cbf7133025 (patch) | |
| tree | 6373a3d71fa58aa8c4ba690b0379614e417d22ea | |
| parent | 3685450a81185af9b12f2330088f7197bbfd69a0 (diff) | |
toradex: tdx-cfg-block: Add smarc imx95 0229 pid4
Add the new 0229 PID4 to config block handling:
- 0229 SMARC iMX95 Hexa 4GB IT
Signed-off-by: Vitor Soares <[email protected]>
| -rw-r--r-- | board/toradex/common/tdx-cfg-block.c | 1 | ||||
| -rw-r--r-- | board/toradex/common/tdx-cfg-block.h | 1 |
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 896a0d3bd12..c46dd46ca98 100644 --- a/board/toradex/common/tdx-cfg-block.c +++ b/board/toradex/common/tdx-cfg-block.c @@ -190,6 +190,7 @@ const struct toradex_som toradex_modules[] = { { VERDIN_IMX95H_4G_WB_IT, "Verdin iMX95 Hexa 4GB WB IT", TARGET_IS_ENABLED(VERDIN_IMX95) }, { 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) }, }; struct pid4list { diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h index 9a96bddfbe1..3ff7c2b6376 100644 --- a/board/toradex/common/tdx-cfg-block.h +++ b/board/toradex/common/tdx-cfg-block.h @@ -153,6 +153,7 @@ enum { VERDIN_IMX95H_4G_WB_IT = 226, VERDIN_IMX95H_4G_ET, VERDIN_IMX95H_16G_IT, + SMARC_IMX95_HEXA_4GB_IT, }; enum { |
