From: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Date: Mon, 16 Jan 2023 19:05:01 +0000 (+0100)
Subject: apalis/colibri-imx8/8x: add overlay support for i.mx 8/8x-based soms
X-Git-Tag: v2025.01-rc5-pxa1908~1126^2~80
X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=a8f197dfd33cb01efe8bc2f3ab91e52f399bb056;p=u-boot.git

apalis/colibri-imx8/8x: add overlay support for i.mx 8/8x-based soms

There is no "apply" command enabled for "fdt".
Enable "apply" command to allow overlays to be applied.

Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
---

diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig
index dba320ad3e..72bc4fd847 100644
--- a/configs/apalis-imx8_defconfig
+++ b/configs/apalis-imx8_defconfig
@@ -85,4 +85,5 @@ CONFIG_DM_SERIAL=y
 CONFIG_FSL_LPUART=y
 CONFIG_DM_THERMAL=y
 CONFIG_IMX_SCU_THERMAL=y
+CONFIG_OF_LIBFDT_OVERLAY=y
 # CONFIG_EFI_LOADER is not set
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index e4c418958b..83f39996b1 100644
--- a/configs/colibri-imx8x_defconfig
+++ b/configs/colibri-imx8x_defconfig
@@ -80,4 +80,5 @@ CONFIG_DM_SERIAL=y
 CONFIG_FSL_LPUART=y
 CONFIG_DM_THERMAL=y
 CONFIG_IMX_SCU_THERMAL=y
+CONFIG_OF_LIBFDT_OVERLAY=y
 # CONFIG_EFI_LOADER is not set