summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-imx/imx8/cpu.c2
-rw-r--r--include/configs/imx8qm_mek_android_auto.h1
-rw-r--r--scripts/config_whitelist.txt1
3 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx8/cpu.c b/arch/arm/mach-imx/imx8/cpu.c
index c0bcfb2028..6f4692e43a 100644
--- a/arch/arm/mach-imx/imx8/cpu.c
+++ b/arch/arm/mach-imx/imx8/cpu.c
@@ -1311,7 +1311,9 @@ int ft_system_setup(void *blob, bd_t *bd)
fdt_strerror(off));
#endif
+#ifndef CONFIG_SKIP_RESOURCE_CHECING
update_fdt_with_owned_resources(blob);
+#endif
update_fdt_edma_nodes(blob);
#ifdef CONFIG_IMX_SMMU
diff --git a/include/configs/imx8qm_mek_android_auto.h b/include/configs/imx8qm_mek_android_auto.h
index 119b58249b..ebdc1bcc5a 100644
--- a/include/configs/imx8qm_mek_android_auto.h
+++ b/include/configs/imx8qm_mek_android_auto.h
@@ -17,6 +17,7 @@
#define NS_ARCH_ARM64 1
#endif
+#define CONFIG_SKIP_RESOURCE_CHECING
/* USB OTG controller configs */
#ifdef CONFIG_USB_EHCI_HCD
#ifndef CONFIG_MXC_USB_PORTSC
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 86fe74a0b8..ec9ec35392 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -1878,6 +1878,7 @@ CONFIG_SIMU
CONFIG_SKIP_LOCAL_MAC_RANDOMIZATION
CONFIG_SKIP_LOWLEVEL_INIT
CONFIG_SKIP_LOWLEVEL_INIT_ONLY
+CONFIG_SKIP_RESOURCE_CHECING
CONFIG_SKIP_TRUNOFF_WATCHDOG
CONFIG_SLIC
CONFIG_SLTTMR