diff options
| author | Lauren Post <lauren.post@freescale.com> | 2013-12-16 10:49:16 -0600 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-03 15:01:53 -0300 |
| commit | 3ce45bfafcb6f367905c1dcc3fc07d33d31b9d0d (patch) | |
| tree | 6ec05a227f9f61ec2cbea22c7219464acf85823d | |
| parent | 36573553d5f681e4f8d32b17135c7cf6b48703aa (diff) | |
| download | meta-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.conf | 3 |
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 | ||
| 8 | SOC_FAMILY = "mx6:mx6dl" | 8 | SOC_FAMILY = "mx6:mx6dl" |
| 9 | 9 | ||
| 10 | KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb" | 10 | KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb imx6dl-sabreauto-ecspi.dtb " |
| 11 | KERNEL_DEVICETREE += "imx6dl-sabreauto-flexcan1.dtb " | ||
| 11 | 12 | ||
| 12 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | 13 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" |
| 13 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | 14 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" |
