From 3529dc2ed3d3c7faebd26be3a8c5c323e52407af Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Wed, 15 Apr 2020 23:22:14 +0000 Subject: machine: imx[6,7,8]: update dtb references for 5.4 kernel Updated kernel has some DTS files added and some dropped for various i.MX derivatives. Those should be aligned with respective machines in order to deliver proper DTB files, and do not fail the build for those are missing. Device tree files listed in respective machines are those only present in updated 5.4 kernel release from NXP. Derivatives, which relied on those device trees that are discarded from the new kernel release should backport their respective files onto that update. In other words: if after this update the DTS file used for the HW happens to be missing - it should be manually added for that HW, since the default version is no longer provided by NXP in their updated kernel tree. Signed-off-by: Andrey Zhizhikin --- conf/machine/imx6ulevk.conf | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'conf/machine/imx6ulevk.conf') diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index fa786b0df..18b6b04b6 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf @@ -11,9 +11,16 @@ include conf/machine/include/tune-cortexa7.inc MACHINE_FEATURES += " pci wifi bluetooth" -KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb imx6ul-14x14-evk-btwifi.dtb \ - imx6ul-14x14-evk-gpmi-weim.dtb imx6ul-14x14-evk-usb-certi.dtb \ - imx6ul-14x14-evk-emmc.dtb " +KERNEL_DEVICETREE = " \ + imx6ul-14x14-evk-btwifi.dtb \ + imx6ul-14x14-evk-btwifi-oob.dtb \ + imx6ul-14x14-evk-csi.dtb \ + imx6ul-14x14-evk.dtb \ + imx6ul-14x14-evk-ecspi.dtb \ + imx6ul-14x14-evk-ecspi-slave.dtb \ + imx6ul-14x14-evk-emmc.dtb \ + imx6ul-14x14-evk-gpmi-weim.dtb \ +" KERNEL_DEVICETREE_use-mainline-bsp = "imx6ul-14x14-evk.dtb" # Use fslc u-boot by default. See also imx-base.inc. -- cgit v1.2.3-54-g00ecf