From 36573553d5f681e4f8d32b17135c7cf6b48703aa Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Mon, 16 Dec 2013 10:48:07 -0600 Subject: [PATCH] imx6slevk: Add new device tree imx6sl-evk-csi.dtb 3.10.17-1.0.0-beta changed the imx6sl-evk.dts file to work with EPDC but as a consequence it breaks CSI function as its pins are shared. A new imx6sl-evk-csi.dts file has been add to allow use of CSI in case it is desired. Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- meta-fsl-arm/conf/machine/imx6slevk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-fsl-arm/conf/machine/imx6slevk.conf b/meta-fsl-arm/conf/machine/imx6slevk.conf index 8162b442..5c3d2fa5 100644 --- a/meta-fsl-arm/conf/machine/imx6slevk.conf +++ b/meta-fsl-arm/conf/machine/imx6slevk.conf @@ -9,7 +9,7 @@ include conf/machine/include/tune-cortexa9.inc SOC_FAMILY = "mx6:mx6sl" -KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-ldo.dtb" +KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb" UBOOT_MACHINE = "mx6slevk_config" -- 2.40.1