ccimx8mn: add support for QUAD overlay

Signed-off-by: Francisco Gil Martinez <francisco.gilmartinez@digi.com>
This commit is contained in:
Francisco Gil Martinez 2020-09-11 11:54:16 +02:00
parent 1306bbd3ee
commit 9249c60c88
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,7 @@ UBOOT_DTB_NAME = "ccimx8mn-dvk.dtb"
KERNEL_DEVICETREE ?= " \ KERNEL_DEVICETREE ?= " \
digi/ccimx8mn_ov_bt.dtbo \ digi/ccimx8mn_ov_bt.dtbo \
digi/ccimx8mn_ov_quad.dtbo \
digi/ccimx8mn_ov_v1.dtbo \ digi/ccimx8mn_ov_v1.dtbo \
digi/ccimx8mn_ov_wifi.dtbo \ digi/ccimx8mn_ov_wifi.dtbo \
digi/ccimx8mn-dvk.dtb \ digi/ccimx8mn-dvk.dtb \

View File

@ -33,6 +33,11 @@ if test -n "${module_ram}"; then
fi fi
fi fi
# Apply quad overlay if the SOC type is "imx8mn"
if test "${soc_type}" = "imx8mn"; then
setenv overlays ccimx8mn_ov_quad.dtbo,${overlays}
fi
# Get the UUID of the configured boot partition. # Get the UUID of the configured boot partition.
part uuid mmc ${mmcbootdev}:${mmcpart} bootpart part uuid mmc ${mmcbootdev}:${mmcpart} bootpart
# Check the boot source. # Check the boot source.