From: Franz Schnyder <[email protected]>

Add the new 0243 PID4 to config block handling:

- 0243 Aquila iMX95 Hexa 8GB IT

Signed-off-by: Franz Schnyder <[email protected]>
---
This patch adds the new 0243 PID4 to the common config block handling.

This change depends on the patch series linked below, and should be 
applied afterwards.

- https://lore.kernel.org/all/[email protected]/#t
---
 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 1998411ebde..0b1798dc812 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -201,6 +201,7 @@ const struct toradex_som toradex_modules[] = {
        { VERDIN_IMX8MMQ_2G_WIFI_BT_IT_64G,      "Verdin iMX8M Mini Quad 2GB WB 
IT",     TARGET_IS_ENABLED(VERDIN_IMX8MM)        },
        { SMARC_IMX8MPQ_4GB_WB_IT_64G,           "SMARC iMX8M Plus Quad 4GB WB 
IT",      TARGET_IS_ENABLED(TORADEX_SMARC_IMX8MP) },
        { VERDIN_AM62D_1G_WIFI_BT_ET,            "Verdin AM62 Dual 1GB WB ET",  
         TARGET_IS_ENABLED(VERDIN_AM62_A53)      },
+       { AQUILA_IMX95_HEXA_8GB_IT,              "Aquila iMX95 Hexa 8GB IT",    
         TARGET_IS_ENABLED(AQUILA_IMX95)         },
 };
 
 struct pid4list {
diff --git a/board/toradex/common/tdx-cfg-block.h 
b/board/toradex/common/tdx-cfg-block.h
index bf6a0861378..32305c61c83 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -164,6 +164,7 @@ enum {
        VERDIN_IMX8MMQ_2G_WIFI_BT_IT_64G,
        SMARC_IMX8MPQ_4GB_WB_IT_64G, /* 240 */
        VERDIN_AM62D_1G_WIFI_BT_ET = 242,
+       AQUILA_IMX95_HEXA_8GB_IT,
 };
 
 enum {

---
base-commit: fcb76c8913f29c6bdfd5853911904a1a603e1128
change-id: 20260730-add-0243-aquila-imx95-b9271974dbe4

Best regards,
--  
Franz Schnyder <[email protected]>

Reply via email to