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 <vitor.soares@toradex.com>
This commit is contained in:
committed by
Fabio Estevam
parent
3685450a81
commit
f7d1cb673d
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user