MA-13050-5 [Android] support evs on mek-8qxp board
authorJi Luo <ji.luo@nxp.com>
Thu, 14 May 2020 08:34:19 +0000 (16:34 +0800)
committerJi Luo <ji.luo@nxp.com>
Thu, 13 May 2021 01:49:18 +0000 (09:49 +0800)
commit11126b31964eabdd321cdbc284e0abccfc6af9cd
tree4390652a8acf21b5d988daebfccc7e0e55925579
parentf07776066ff6445e1b5aff21508fded0d4fc5aa4
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_CHECKING to skip checking resource when load
dtb.

Change-Id: Iaf9a5eda07074c45c15c43f23cb6ad6b5a77de47
Signed-off-by: zhang sanshan <sanshan.zhang@nxp.com>
(cherry picked from commit: bd0682f5b3208525363690d446bc86da15a43120)
arch/arm/mach-imx/imx8/fdt.c
scripts/config_whitelist.txt