summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-12-24 15:16:52 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-02-11 18:07:36 -0200
commit27d8e46a09b261347d89c6a4fbf09a11907008ac (patch)
treed76a781e0bb713849449de41fbeaff3ff76b2f87 /conf
parentc8e015287ed2b3905a40baff4cc771a4e1072fc4 (diff)
downloadmeta-fsl-arm-27d8e46a09b261347d89c6a4fbf09a11907008ac.tar.gz
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 <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6qsabresd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6qsabresd.conf b/conf/machine/imx6qsabresd.conf
index b238390..8115dfa 100644
--- a/conf/machine/imx6qsabresd.conf
+++ b/conf/machine/imx6qsabresd.conf
@@ -9,7 +9,7 @@ require conf/machine/include/imx6sabresd-common.inc
9SOC_FAMILY = "mx6:mx6q" 9SOC_FAMILY = "mx6:mx6q"
10 10
11KERNEL_DEVICETREE = "imx6q-sabresd.dtb imx6q-sabresd-ldo.dtb imx6q-sabresd-hdcp.dtb \ 11KERNEL_DEVICETREE = "imx6q-sabresd.dtb imx6q-sabresd-ldo.dtb imx6q-sabresd-hdcp.dtb \
12 imx6q-sabresd-enetirq.dtb " 12 imx6q-sabresd-enetirq.dtb imx6q-sabresd-btwifi.dtb"
13 13
14UBOOT_CONFIG ??= "sd" 14UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard" 15UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard"