]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6qsabreauto.conf: Add ecspi and flexcan1 device tree support
authorLauren Post <lauren.post@freescale.com>
Mon, 16 Dec 2013 16:53:33 +0000 (10:53 -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/imx6qsabreauto.conf

index 93f8851f73be5e92fd49fe506746f457eafb6c51..6d52f60fd3dde025cc4c9127a5d14652d739223d 100644 (file)
@@ -8,7 +8,8 @@ require conf/machine/include/imx6sabreauto-common.inc
 
 SOC_FAMILY = "mx6:mx6q"
 
-KERNEL_DEVICETREE = "imx6q-sabreauto.dtb imx6q-sabreauto-gpmi-weim.dtb"
+KERNEL_DEVICETREE = "imx6q-sabreauto.dtb imx6q-sabreauto-gpmi-weim.dtb imx6q-sabreauto-ecspi.dtb "
+KERNEL_DEVICETREE += "imx6q-sabreauto-flexcan1.dtb "
 
 UBOOT_CONFIG ??= "sd"
 UBOOT_CONFIG[sd] = "mx6qsabreauto_config,sdcard"