diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:16:52 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-02-11 18:07:36 -0200 |
commit | 27d8e46a09b261347d89c6a4fbf09a11907008ac (patch) | |
tree | d76a781e0bb713849449de41fbeaff3ff76b2f87 | |
parent | c8e015287ed2b3905a40baff4cc771a4e1072fc4 (diff) | |
download | meta-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>
-rw-r--r-- | conf/machine/imx6qsabresd.conf | 2 |
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 | |||
9 | SOC_FAMILY = "mx6:mx6q" | 9 | SOC_FAMILY = "mx6:mx6q" |
10 | 10 | ||
11 | KERNEL_DEVICETREE = "imx6q-sabresd.dtb imx6q-sabresd-ldo.dtb imx6q-sabresd-hdcp.dtb \ | 11 | KERNEL_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 | ||
14 | UBOOT_CONFIG ??= "sd" | 14 | UBOOT_CONFIG ??= "sd" |
15 | UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard" | 15 | UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard" |