summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-12-24 15:16:49 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-02-11 18:09:47 -0200
commit2cd8d6a92b81ca8b9d0f03f4f8d8f8d8d3acea06 (patch)
tree7827f327101f71252a07753e6932a084d34d250d
parente118b12b7e5b2ba4295edbb5cf4cf260043dc6c2 (diff)
downloadmeta-fsl-arm-2cd8d6a92b81ca8b9d0f03f4f8d8f8d8d3acea06.tar.gz
imx6dlsabred: 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 <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/imx6dlsabresd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf
index da3ee54..d3d2e53 100644
--- a/conf/machine/imx6dlsabresd.conf
+++ b/conf/machine/imx6dlsabresd.conf
@@ -9,7 +9,7 @@ require conf/machine/include/imx6sabresd-common.inc
9SOC_FAMILY = "mx6:mx6dl" 9SOC_FAMILY = "mx6:mx6dl"
10 10
11KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hdcp.dtb \ 11KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hdcp.dtb \
12 imx6dl-sabresd-pf200.dtb imx6dl-sabresd-enetirq.dtb" 12 imx6dl-sabresd-pf200.dtb imx6dl-sabresd-enetirq.dtb imx6dl-sabresd-btwifi.dtb"
13 13
14UBOOT_CONFIG ??= "sd" 14UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard" 15UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard"