]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6dlsabreauto.conf: Add ecspi and flexcan1 device tree support
authorLauren Post <lauren.post@freescale.com>
Mon, 16 Dec 2013 16:49:16 +0000 (10:49 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 3 Mar 2014 18:01:53 +0000 (15:01 -0300)
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>
meta-fsl-arm/conf/machine/imx6dlsabreauto.conf

index 3909283f9012be1f695726c7df25a1cb6293ff78..9b76f46e730dc6b3c919a4aa07ba13a7a5eb6480 100644 (file)
@@ -7,7 +7,8 @@ require conf/machine/include/imx6sabreauto-common.inc
 
 SOC_FAMILY = "mx6:mx6dl"
 
-KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb"
+KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb imx6dl-sabreauto-ecspi.dtb "
+KERNEL_DEVICETREE += "imx6dl-sabreauto-flexcan1.dtb "
 
 PREFERRED_PROVIDER_u-boot = "u-boot-imx"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"