From: Lauren Post <[email protected]> 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 <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> --- Changes in v3: None Changes in v2: None conf/machine/imx6slevk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf index 8162b44..5c3d2fa 100644 --- a/conf/machine/imx6slevk.conf +++ b/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" -- 1.8.5.3 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
