From 7f874a453f73723560d8cc7a05366edd75363320 Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Thu, 24 Dec 2015 15:16:57 +0800 Subject: [PATCH] imx6ulevk: Add Murata BT/WiFi module support Add Murata Type ZP (BCM4339) module support on below platforms: - i.MX6UL SDB RevC (SD1 slot) + Murata adapter V2.0 Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- conf/machine/imx6ulevk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index 1a60c6a1..c65ee6ed 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf @@ -11,7 +11,7 @@ MACHINE_FEATURES += " pci wifi bluetooth" SOC_FAMILY = "mx6ul" -KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb" +KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb imx6ul-14x14-evk-btwifi.dtb" UBOOT_SUFFIX = "img" SPL_BINARY = "SPL" -- 2.40.1