From c5456a97da5bb5660e601594dacdf10924e3db0b Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Thu, 24 Dec 2015 15:16:52 +0800 Subject: [PATCH] imx6qsabred: Add Murata BT/WiFi module support Add Murata Type ZP (BCM4339) module support on below platforms: - i.MX6Q/DL/QP SabreSD(SD2 slot) + Murata adapter V2.0 Note: MX6Q/DL/QP SabreSD board requires HW rework. Please refer to rework guide specified in schematic. Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- conf/machine/imx6qsabresd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx6qsabresd.conf b/conf/machine/imx6qsabresd.conf index b2383906..8115dfa8 100644 --- a/conf/machine/imx6qsabresd.conf +++ b/conf/machine/imx6qsabresd.conf @@ -9,7 +9,7 @@ require conf/machine/include/imx6sabresd-common.inc SOC_FAMILY = "mx6:mx6q" KERNEL_DEVICETREE = "imx6q-sabresd.dtb imx6q-sabresd-ldo.dtb imx6q-sabresd-hdcp.dtb \ - imx6q-sabresd-enetirq.dtb " + imx6q-sabresd-enetirq.dtb imx6q-sabresd-btwifi.dtb" UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard" -- 2.40.1