diff options
| author | Vitor Soares <[email protected]> | 2026-02-13 12:01:59 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-16 10:37:00 -0600 |
| commit | d89dd94c0ad3f7f5cfb2fd0d3e7bf70e84e3d70d (patch) | |
| tree | 32cbffee78d0251d855bf06de5dfb4e1083e5c94 | |
| parent | 948ccdc82f594c1a76ed97a2adee55b21097f03e (diff) | |
toradex: tdx-cfg-block: add aquila tda4 0223 pid4
Add PID4 0223 Aquila TDA4 Octa 16GB IT to config block handling.
Signed-off-by: Vitor Soares <[email protected]>
Reviewed-by: Francesco Dolcini <[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 e53530175ae..8c0278db0e2 100644 --- a/board/toradex/common/tdx-cfg-block.c +++ b/board/toradex/common/tdx-cfg-block.c @@ -186,6 +186,7 @@ const struct toradex_som toradex_modules[] = { { OSM_IMX93D_2GB_IT, "OSM iMX93 Dual 2GB IT", TARGET_IS_ENABLED(TORADEX_OSM_IMX93) }, { OSM_IMX91S_2GB_IT, "OSM iMX91 Solo 2GB IT", TARGET_IS_ENABLED(TORADEX_OSM_IMX91) }, { VERDIN_AM62D_1G_ET_GPU_NODSI, "Verdin AM62 Dual 1GB ET", TARGET_IS_ENABLED(VERDIN_AM62_A53) }, + { AQUILA_TDA4O_16GB_IT, "Aquila TDA4 Octa 16GB 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 067daec0d77..3022ef615ad 100644 --- a/board/toradex/common/tdx-cfg-block.h +++ b/board/toradex/common/tdx-cfg-block.h @@ -149,6 +149,7 @@ enum { OSM_IMX93D_2GB_IT, OSM_IMX91S_2GB_IT, /* 220 */ VERDIN_AM62D_1G_ET_GPU_NODSI, + AQUILA_TDA4O_16GB_IT = 223, }; enum { |
