diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:16:55 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:25 -0300 |
commit | 171169c25d5a34db004c871731f3c5c67c7d4ade (patch) | |
tree | 37b9b1db32c03c3e90c14c0471748e0db35b2535 | |
parent | acc88097d581696b8f596e3c096956c990fa000e (diff) | |
download | meta-freescale-171169c25d5a34db004c871731f3c5c67c7d4ade.tar.gz |
imx6sxsabresd: Add Murata BT/WiFi module support
Add Murata Type ZP (BCM4339) module support on below platforms:
- i.MX6SX SDB (SD3+SD2 slot) + Murata adapter V1.0 & SD EXT card
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/machine/imx6sxsabresd.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/imx6sxsabresd.conf b/conf/machine/imx6sxsabresd.conf index bbd6cdc1..54a9b607 100644 --- a/conf/machine/imx6sxsabresd.conf +++ b/conf/machine/imx6sxsabresd.conf | |||
@@ -10,7 +10,8 @@ SOC_FAMILY = "mx6:mx6sx" | |||
10 | 10 | ||
11 | KERNEL_DEVICETREE = "imx6sx-sdb.dtb imx6sx-sdb-emmc.dtb imx6sx-sdb-m4.dtb \ | 11 | KERNEL_DEVICETREE = "imx6sx-sdb.dtb imx6sx-sdb-emmc.dtb imx6sx-sdb-m4.dtb \ |
12 | imx6sx-sdb-sai.dtb imx6sx-sdb-lcdif1.dtb imx6sx-sdb-ldo.dtb \ | 12 | imx6sx-sdb-sai.dtb imx6sx-sdb-lcdif1.dtb imx6sx-sdb-ldo.dtb \ |
13 | imx6sx-sdb-reva-ldo.dtb imx6sx-sdb-reva.dtb" | 13 | imx6sx-sdb-reva-ldo.dtb imx6sx-sdb-reva.dtb \ |
14 | imx6sx-sdb-btwifi.dtb" | ||
14 | 15 | ||
15 | UBOOT_CONFIG ??= "sd" | 16 | UBOOT_CONFIG ??= "sd" |
16 | UBOOT_CONFIG[sd] = "mx6sxsabresd_config,sdcard" | 17 | UBOOT_CONFIG[sd] = "mx6sxsabresd_config,sdcard" |