From c66bb808116f24c9f8f95db974b62046d9a9e0ba Mon Sep 17 00:00:00 2001 From: zhang sanshan Date: Thu, 11 Oct 2018 10:07:20 +0800 Subject: MA-13050-5 [Android] support evs on mek-8qxp board camera sometime can't been open once run M4 image. ISI-CH0 probe funtion is not called when meet issue. The root cause is: M4 image set assign resource SC_R_ISI_CH0 into m4 partition when open camera in m4 side. Uboot will call update_fdt_with_owned_resources to check the pd in current dts node. it will call sc_rm_is_resource_owned to check the pd whether in other partition, If yes, it will delete the dts node. uboot delete isi_0 node whose pd is SC_R_ISI_CH0. add CONFIG_SKIP_RESOURCE_CHECING to skip checking resource when load dtb. Change-Id: Ibf79c0bb9bc133bd7e395be57ca4a1f2ca5cf75a Signed-off-by: zhang sanshan --- include/configs/imx8qxp_mek_android_auto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/imx8qxp_mek_android_auto.h b/include/configs/imx8qxp_mek_android_auto.h index 43c2ddb5ee..b9c664a512 100644 --- a/include/configs/imx8qxp_mek_android_auto.h +++ b/include/configs/imx8qxp_mek_android_auto.h @@ -45,6 +45,7 @@ #define CONFIG_ANDROID_BOOT_IMAGE #define CONFIG_FASTBOOT_FLASH +#define CONFIG_SKIP_RESOURCE_CHECING #define CONFIG_FSL_FASTBOOT #define CONFIG_FASTBOOT_USB_DEV 1 #define CONFIG_ANDROID_RECOVERY -- cgit v1.2.3