summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-12-16 10:49:16 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-03 15:01:53 -0300
commit3ce45bfafcb6f367905c1dcc3fc07d33d31b9d0d (patch)
tree6ec05a227f9f61ec2cbea22c7219464acf85823d
parent36573553d5f681e4f8d32b17135c7cf6b48703aa (diff)
downloadmeta-freescale-3ce45bfafcb6f367905c1dcc3fc07d33d31b9d0d.tar.gz
imx6dlsabreauto.conf: Add ecspi and flexcan1 device tree support
The flexcan1 device tree supports flexcan1 enabled with fec disabled because of a pin conflict between flexcan1 and fec. The ecspi device tree supports ecspi by fixing the pin conflict with i2c3. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/conf/machine/imx6dlsabreauto.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf b/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf
index 3909283f9..9b76f46e7 100644
--- a/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf
+++ b/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf
@@ -7,7 +7,8 @@ require conf/machine/include/imx6sabreauto-common.inc
7 7
8SOC_FAMILY = "mx6:mx6dl" 8SOC_FAMILY = "mx6:mx6dl"
9 9
10KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb" 10KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb imx6dl-sabreauto-ecspi.dtb "
11KERNEL_DEVICETREE += "imx6dl-sabreauto-flexcan1.dtb "
11 12
12PREFERRED_PROVIDER_u-boot = "u-boot-imx" 13PREFERRED_PROVIDER_u-boot = "u-boot-imx"
13PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" 14PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"