diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:16:49 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:25 -0300 |
commit | 39cb274adc5dbb536b38f9845f9ba578488c1f6e (patch) | |
tree | 7aa67d24752bafbf218db7e2f5b6fe7cfded846b | |
parent | cf90cebe7d92fa5f57ecc861ea86f030a275ff0a (diff) | |
download | meta-freescale-39cb274adc5dbb536b38f9845f9ba578488c1f6e.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.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf index da3ee54b..d3d2e53a 100644 --- a/conf/machine/imx6dlsabresd.conf +++ b/conf/machine/imx6dlsabresd.conf | |||
@@ -9,7 +9,7 @@ require conf/machine/include/imx6sabresd-common.inc | |||
9 | SOC_FAMILY = "mx6:mx6dl" | 9 | SOC_FAMILY = "mx6:mx6dl" |
10 | 10 | ||
11 | KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb imx6dl-sabresd-hdcp.dtb \ | 11 | KERNEL_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 | ||
14 | UBOOT_CONFIG ??= "sd" | 14 | UBOOT_CONFIG ??= "sd" |
15 | UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard" | 15 | UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard" |