diff mbox series

toradex: tdx-cfg-block: add 0086 i.mx8m mini sku

Message ID 20240131173204.100407-1-jpaulo.silvagoncalves@gmail.com
State Accepted
Commit 006538670d830bd155d2ad32df6c6e472c66d93c
Delegated to: Fabio Estevam
Headers show
Series toradex: tdx-cfg-block: add 0086 i.mx8m mini sku | expand

Commit Message

Joao Paulo Goncalves Jan. 31, 2024, 5:32 p.m. UTC
From: Joao Paulo Goncalves <joao.goncalves@toradex.com>

Add new product id 0086 Verdin iMX8M Mini DualLite 2GB IT.

Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
---

Hello,

The change was based on u-boot-imx/master-next because of [1].

[1] https://lore.kernel.org/u-boot/20240122200930.673447-1-jpaulo.silvagoncalves@gmail.com/

Best Regards,
Joao Paulo Goncalves

 board/toradex/common/tdx-cfg-block.c | 1 +
 board/toradex/common/tdx-cfg-block.h | 1 +
 2 files changed, 2 insertions(+)

--
2.34.1

Comments

Igor Opaniuk Feb. 2, 2024, 9:27 p.m. UTC | #1
On Wed, Jan 31, 2024 at 6:32 PM Joao Paulo Goncalves
<jpaulo.silvagoncalves@gmail.com> wrote:
>
> From: Joao Paulo Goncalves <joao.goncalves@toradex.com>
>
> Add new product id 0086 Verdin iMX8M Mini DualLite 2GB IT.
>
> Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
> ---
>
> Hello,
>
> The change was based on u-boot-imx/master-next because of [1].
>
> [1] https://lore.kernel.org/u-boot/20240122200930.673447-1-jpaulo.silvagoncalves@gmail.com/
>
> Best Regards,
> Joao Paulo Goncalves
>
>  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 3f2f6b94391..4a7de5483d2 100644
> --- a/board/toradex/common/tdx-cfg-block.c
> +++ b/board/toradex/common/tdx-cfg-block.c
> @@ -156,6 +156,7 @@ const struct toradex_som toradex_modules[] = {
>         [83] = { "Apalis iMX6Q 1GB",                     TARGET_IS_ENABLED(APALIS_IMX6)     },
>         [84] = { "Apalis iMX6D 1GB IT",                  TARGET_IS_ENABLED(APALIS_IMX6)     },
>         [85] = { "Apalis iMX6Q 2GB IT",                  TARGET_IS_ENABLED(APALIS_IMX6)     },
> +       [86] = { "Verdin iMX8M Mini DualLite 2GB IT",    TARGET_IS_ENABLED(VERDIN_IMX8MM)   },
>  };
>
>  struct pid4list {
> diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
> index b783537ce76..021cc21b5e2 100644
> --- a/board/toradex/common/tdx-cfg-block.h
> +++ b/board/toradex/common/tdx-cfg-block.h
> @@ -111,6 +111,7 @@ enum {
>         APALIS_IMX6Q_NOWINCE,
>         APALIS_IMX6D_IT_NOWINCE,
>         APALIS_IMX6Q_IT_NOWINCE, /* 85 */
> +       VERDIN_IMX8MMDL_2G_IT,
>  };
>
>  enum {
> --
> 2.34.1

Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>
Fabio Estevam Feb. 8, 2024, 2:32 p.m. UTC | #2
On Wed, Jan 31, 2024 at 2:32 PM Joao Paulo Goncalves
<jpaulo.silvagoncalves@gmail.com> wrote:
>
> From: Joao Paulo Goncalves <joao.goncalves@toradex.com>
>
> Add new product id 0086 Verdin iMX8M Mini DualLite 2GB IT.
>
> Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>

Applied, thanks.
diff mbox series

Patch

diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
index 3f2f6b94391..4a7de5483d2 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -156,6 +156,7 @@  const struct toradex_som toradex_modules[] = {
 	[83] = { "Apalis iMX6Q 1GB",                     TARGET_IS_ENABLED(APALIS_IMX6)     },
 	[84] = { "Apalis iMX6D 1GB IT",                  TARGET_IS_ENABLED(APALIS_IMX6)     },
 	[85] = { "Apalis iMX6Q 2GB IT",                  TARGET_IS_ENABLED(APALIS_IMX6)     },
+	[86] = { "Verdin iMX8M Mini DualLite 2GB IT",    TARGET_IS_ENABLED(VERDIN_IMX8MM)   },
 };

 struct pid4list {
diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
index b783537ce76..021cc21b5e2 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -111,6 +111,7 @@  enum {
 	APALIS_IMX6Q_NOWINCE,
 	APALIS_IMX6D_IT_NOWINCE,
 	APALIS_IMX6Q_IT_NOWINCE, /* 85 */
+	VERDIN_IMX8MMDL_2G_IT,
 };

 enum {