Integrate u-boot-seco-imx/seco_lf_v2021.04_develop_c72n_ym
[C72n] add automatic DSI bridge detection via i2c
there are 2 possible option for the DSI bridge:
- SN65DSI84 DSI to LVDS
- SN65DSI86 DSI to eDP they are both mounted on the i2c bus 1, but at different address, so we can detect which is present by probing; we use this information to provide only suported video modes options
--
[C72n][DTS] add mcu_rdc definition from evk
fix SPL warning: "Failed to find node!, err: -1!"
--
[C72n][DEFCONFIG] add SECO_ECOSYSTEM flags
--
[C72n][DEFCONFIG] add defconfig
--
[C72n] add overlays file name definition
--
[C72n] enable usdhc_devno definition in proto_seco.h
--
[C72n] add strap_cfg for board type detection
--
[I.MX8M][C72n] add C72 Nano DDR4 board to imx8m Kconfig
--
[C72n] add platform support
new file: board/seco/imx8mn_c72/Kconfig
new file: board/seco/imx8mn_c72/Makefile
new file: board/seco/imx8mn_c72/ddr4_timing.c
new file: board/seco/imx8mn_c72/imx8mn_c72.c
new file: board/seco/imx8mn_c72/spl.c
--
[C72n][DTS] add devicetree for u-boot
--
[C72n] create board folder with env_conf.h
--
[C72n] add board configuration inside include/configs